Uses of Enum
software.amazon.awssdk.services.s3.model.BucketLocationConstraint
Packages that use BucketLocationConstraint
-
Uses of BucketLocationConstraint in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return BucketLocationConstraintModifier and TypeMethodDescriptionstatic BucketLocationConstraintUse this in place of valueOf to convert the raw string returned by the service into the enum value.final BucketLocationConstraintCreateBucketConfiguration.locationConstraint()Specifies the Region where the bucket will be created.final BucketLocationConstraintGetBucketLocationResponse.locationConstraint()Specifies the Region where the bucket resides.static BucketLocationConstraintReturns the enum constant of this type with the specified name.static BucketLocationConstraint[]BucketLocationConstraint.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 BucketLocationConstraintModifier and TypeMethodDescriptionstatic Set<BucketLocationConstraint>BucketLocationConstraint.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type BucketLocationConstraintModifier and TypeMethodDescriptionCreateBucketConfiguration.Builder.locationConstraint(BucketLocationConstraint locationConstraint) Specifies the Region where the bucket will be created.GetBucketLocationResponse.Builder.locationConstraint(BucketLocationConstraint locationConstraint) Specifies the Region where the bucket resides.