Uses of Enum
software.amazon.awssdk.services.s3.model.FilterRuleName
Packages that use FilterRuleName
-
Uses of FilterRuleName in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return FilterRuleNameModifier and TypeMethodDescriptionstatic FilterRuleNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FilterRuleNameFilterRule.name()The object key name prefix or suffix identifying one or more objects to which the filtering rule applies.static FilterRuleNameReturns the enum constant of this type with the specified name.static FilterRuleName[]FilterRuleName.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type FilterRuleNameMethods in software.amazon.awssdk.services.s3.model with parameters of type FilterRuleNameModifier and TypeMethodDescriptionFilterRule.Builder.name(FilterRuleName name) The object key name prefix or suffix identifying one or more objects to which the filtering rule applies.