Uses of Class
software.amazon.awssdk.services.serverlessapplicationrepository.model.Capability
-
Packages that use Capability Package Description software.amazon.awssdk.services.serverlessapplicationrepository.model -
-
Uses of Capability in software.amazon.awssdk.services.serverlessapplicationrepository.model
Methods in software.amazon.awssdk.services.serverlessapplicationrepository.model that return Capability Modifier and Type Method Description static CapabilityCapability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CapabilityCapability. 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.Methods in software.amazon.awssdk.services.serverlessapplicationrepository.model that return types with arguments of type Capability Modifier and Type Method Description static Set<Capability>Capability. knownValues()List<Capability>CreateApplicationVersionResponse. requiredCapabilities()A list of values that you must specify before you can deploy certain applications.List<Capability>Version. requiredCapabilities()A list of values that you must specify before you can deploy certain applications.Methods in software.amazon.awssdk.services.serverlessapplicationrepository.model with parameters of type Capability Modifier and Type Method Description CreateApplicationVersionResponse.BuilderCreateApplicationVersionResponse.Builder. requiredCapabilities(Capability... requiredCapabilities)A list of values that you must specify before you can deploy certain applications.Version.BuilderVersion.Builder. requiredCapabilities(Capability... requiredCapabilities)A list of values that you must specify before you can deploy certain applications.Method parameters in software.amazon.awssdk.services.serverlessapplicationrepository.model with type arguments of type Capability Modifier and Type Method Description CreateApplicationVersionResponse.BuilderCreateApplicationVersionResponse.Builder. requiredCapabilities(Collection<Capability> requiredCapabilities)A list of values that you must specify before you can deploy certain applications.Version.BuilderVersion.Builder. requiredCapabilities(Collection<Capability> requiredCapabilities)A list of values that you must specify before you can deploy certain applications.
-