Uses of Enum
software.amazon.awssdk.services.ssm.model.AssociationFilterOperatorType
Packages that use AssociationFilterOperatorType
-
Uses of AssociationFilterOperatorType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AssociationFilterOperatorTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.AssociationExecutionFilter.type()The filter type specified in the request.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 AssociationFilterOperatorTypeModifier and TypeMethodDescriptionstatic Set<AssociationFilterOperatorType>AssociationFilterOperatorType.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type AssociationFilterOperatorTypeModifier and TypeMethodDescriptionAssociationExecutionFilter.Builder.type(AssociationFilterOperatorType type) The filter type specified in the request.