Uses of Class
software.amazon.awssdk.services.s3control.model.ReplicationStatus
-
Packages that use ReplicationStatus Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of ReplicationStatus in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return ReplicationStatus Modifier and Type Method Description static ReplicationStatusReplicationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ReplicationStatusReplicationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicationStatus[]ReplicationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ReplicationStatus Modifier and Type Method Description static Set<ReplicationStatus>ReplicationStatus. knownValues()List<ReplicationStatus>JobManifestGeneratorFilter. objectReplicationStatuses()If provided, the generated manifest should include only source bucket objects that have one of the specified Replication statuses.Methods in software.amazon.awssdk.services.s3control.model with parameters of type ReplicationStatus Modifier and Type Method Description JobManifestGeneratorFilter.BuilderJobManifestGeneratorFilter.Builder. objectReplicationStatuses(ReplicationStatus... objectReplicationStatuses)If provided, the generated manifest should include only source bucket objects that have one of the specified Replication statuses.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type ReplicationStatus Modifier and Type Method Description JobManifestGeneratorFilter.BuilderJobManifestGeneratorFilter.Builder. objectReplicationStatuses(Collection<ReplicationStatus> objectReplicationStatuses)If provided, the generated manifest should include only source bucket objects that have one of the specified Replication statuses.
-