Uses of Enum
com.amazonaws.services.s3.model.ReplicationRuleStatus
Packages that use ReplicationRuleStatus
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of ReplicationRuleStatus in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ReplicationRuleStatusModifier and TypeMethodDescriptionstatic ReplicationRuleStatusReturns the enum constant of this type with the specified name.static ReplicationRuleStatus[]ReplicationRuleStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.s3.model with parameters of type ReplicationRuleStatusModifier and TypeMethodDescriptionvoidReplicationRule.setStatus(ReplicationRuleStatus status) Sets the status of this replication rule.ReplicationRule.withStatus(ReplicationRuleStatus status) Sets the status of this replication rule.