Uses of Class
software.amazon.awssdk.services.s3.model.LifecycleRuleFilter.Type
-
Packages that use LifecycleRuleFilter.Type Package Description software.amazon.awssdk.services.s3.model -
-
Uses of LifecycleRuleFilter.Type in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LifecycleRuleFilter.Type Modifier and Type Method Description LifecycleRuleFilter.TypeLifecycleRuleFilter. type()Retrieve an enum value representing which member of this object is populated.static LifecycleRuleFilter.TypeLifecycleRuleFilter.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecycleRuleFilter.Type[]LifecycleRuleFilter.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-