Uses of Class
software.amazon.awssdk.services.launchwizard.model.DeploymentFilterKey
-
Packages that use DeploymentFilterKey Package Description software.amazon.awssdk.services.launchwizard.model -
-
Uses of DeploymentFilterKey in software.amazon.awssdk.services.launchwizard.model
Methods in software.amazon.awssdk.services.launchwizard.model that return DeploymentFilterKey Modifier and Type Method Description static DeploymentFilterKeyDeploymentFilterKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeploymentFilterKeyDeploymentFilter. name()The name of the filter.static DeploymentFilterKeyDeploymentFilterKey. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentFilterKey[]DeploymentFilterKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.launchwizard.model that return types with arguments of type DeploymentFilterKey Modifier and Type Method Description static Set<DeploymentFilterKey>DeploymentFilterKey. knownValues()Methods in software.amazon.awssdk.services.launchwizard.model with parameters of type DeploymentFilterKey Modifier and Type Method Description DeploymentFilter.BuilderDeploymentFilter.Builder. name(DeploymentFilterKey name)The name of the filter.
-