Uses of Enum
software.amazon.awssdk.services.s3.model.BucketAccelerateStatus
Packages that use BucketAccelerateStatus
-
Uses of BucketAccelerateStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return BucketAccelerateStatusModifier and TypeMethodDescriptionstatic BucketAccelerateStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final BucketAccelerateStatusAccelerateConfiguration.status()Specifies the transfer acceleration status of the bucket.final BucketAccelerateStatusGetBucketAccelerateConfigurationResponse.status()The accelerate configuration of the bucket.static 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 software.amazon.awssdk.services.s3.model that return types with arguments of type BucketAccelerateStatusModifier and TypeMethodDescriptionstatic Set<BucketAccelerateStatus>BucketAccelerateStatus.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type BucketAccelerateStatusModifier and TypeMethodDescriptionAccelerateConfiguration.Builder.status(BucketAccelerateStatus status) Specifies the transfer acceleration status of the bucket.GetBucketAccelerateConfigurationResponse.Builder.status(BucketAccelerateStatus status) The accelerate configuration of the bucket.