Uses of Class
software.amazon.awssdk.services.fms.model.ResourceTagLogicalOperator
-
Packages that use ResourceTagLogicalOperator Package Description software.amazon.awssdk.services.fms.model -
-
Uses of ResourceTagLogicalOperator in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return ResourceTagLogicalOperator Modifier and Type Method Description static ResourceTagLogicalOperatorResourceTagLogicalOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceTagLogicalOperatorPolicy. resourceTagLogicalOperator()Specifies whether to combine multiple resource tags with AND, so that a resource must have all tags to be included or excluded, or OR, so that a resource must have at least one tag.static ResourceTagLogicalOperatorResourceTagLogicalOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceTagLogicalOperator[]ResourceTagLogicalOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type ResourceTagLogicalOperator Modifier and Type Method Description static Set<ResourceTagLogicalOperator>ResourceTagLogicalOperator. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type ResourceTagLogicalOperator Modifier and Type Method Description Policy.BuilderPolicy.Builder. resourceTagLogicalOperator(ResourceTagLogicalOperator resourceTagLogicalOperator)Specifies whether to combine multiple resource tags with AND, so that a resource must have all tags to be included or excluded, or OR, so that a resource must have at least one tag.
-