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