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