| Package | Description |
|---|---|
| software.amazon.awssdk.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
static Capability |
Capability.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Capability |
Capability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Capability[] |
Capability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Capability> |
Capability.knownValues()
|
List<Capability> |
Version.requiredCapabilities()
A list of values that you must specify before you can deploy certain applications.
|
List<Capability> |
CreateApplicationVersionResponse.requiredCapabilities()
A list of values that you must specify before you can deploy certain applications.
|
| Modifier and Type | Method and Description |
|---|---|
Version.Builder |
Version.Builder.requiredCapabilities(Capability... requiredCapabilities)
A list of values that you must specify before you can deploy certain applications.
|
CreateApplicationVersionResponse.Builder |
CreateApplicationVersionResponse.Builder.requiredCapabilities(Capability... requiredCapabilities)
A list of values that you must specify before you can deploy certain applications.
|
| Modifier and Type | Method and Description |
|---|---|
Version.Builder |
Version.Builder.requiredCapabilities(Collection<Capability> requiredCapabilities)
A list of values that you must specify before you can deploy certain applications.
|
CreateApplicationVersionResponse.Builder |
CreateApplicationVersionResponse.Builder.requiredCapabilities(Collection<Capability> requiredCapabilities)
A list of values that you must specify before you can deploy certain applications.
|
Copyright © 2023. All rights reserved.