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