Uses of Enum
software.amazon.awssdk.services.s3.model.ExistingObjectReplicationStatus
Packages that use ExistingObjectReplicationStatus
-
Uses of ExistingObjectReplicationStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ExistingObjectReplicationStatusModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.ExistingObjectReplication.status()Specifies whether Amazon S3 replicates existing source bucket objects.Returns the enum constant of this type with the specified name.static ExistingObjectReplicationStatus[]ExistingObjectReplicationStatus.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 ExistingObjectReplicationStatusModifier and TypeMethodDescriptionstatic Set<ExistingObjectReplicationStatus>ExistingObjectReplicationStatus.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ExistingObjectReplicationStatusModifier and TypeMethodDescriptionExistingObjectReplication.Builder.status(ExistingObjectReplicationStatus status) Specifies whether Amazon S3 replicates existing source bucket objects.