Uses of Enum
com.amazonaws.services.s3.model.BucketAccelerateStatus
Packages that use BucketAccelerateStatus
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of BucketAccelerateStatus in com.amazonaws.services.s3.model
Subclasses with type arguments of type BucketAccelerateStatus in com.amazonaws.services.s3.modelModifier and TypeClassDescriptionenumRepresents the current accelerate status for a bucket.Methods in com.amazonaws.services.s3.model that return BucketAccelerateStatusModifier and TypeMethodDescriptionstatic BucketAccelerateStatusstatic BucketAccelerateStatusReturns the enum constant of this type with the specified name.static BucketAccelerateStatus[]BucketAccelerateStatus.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 BucketAccelerateStatusModifier and TypeMethodDescriptionvoidBucketAccelerateConfiguration.setStatus(BucketAccelerateStatus status) Sets the desired bucket accelerate status for this configuration object.BucketAccelerateConfiguration.withStatus(BucketAccelerateStatus status) Constructors in com.amazonaws.services.s3.model with parameters of type BucketAccelerateStatusModifierConstructorDescriptionCreates a new bucket accelerate configuration object with the specified status.