Uses of Enum
software.amazon.awssdk.services.s3.model.ReplicationStatus
Packages that use ReplicationStatus
-
Uses of ReplicationStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ReplicationStatusModifier and TypeMethodDescriptionstatic ReplicationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReplicationStatusGetObjectResponse.replicationStatus()Amazon S3 can return this if your request involves a bucket that is either a source or destination in a replication rule.final ReplicationStatusHeadObjectResponse.replicationStatus()Amazon S3 can return this header if your request involves a bucket that is either a source or a destination in a replication rule.final ReplicationStatusWriteGetObjectResponseRequest.replicationStatus()Indicates if request involves bucket that is either a source or destination in a Replication rule.static ReplicationStatusReturns 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.s3.model that return types with arguments of type ReplicationStatusMethods in software.amazon.awssdk.services.s3.model with parameters of type ReplicationStatusModifier and TypeMethodDescriptionGetObjectResponse.Builder.replicationStatus(ReplicationStatus replicationStatus) Amazon S3 can return this if your request involves a bucket that is either a source or destination in a replication rule.HeadObjectResponse.Builder.replicationStatus(ReplicationStatus replicationStatus) Amazon S3 can return this header if your request involves a bucket that is either a source or a destination in a replication rule.WriteGetObjectResponseRequest.Builder.replicationStatus(ReplicationStatus replicationStatus) Indicates if request involves bucket that is either a source or destination in a Replication rule.