Uses of Enum
software.amazon.awssdk.services.s3.model.BucketNamespace
Packages that use BucketNamespace
-
Uses of BucketNamespace in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return BucketNamespaceModifier and TypeMethodDescriptionfinal BucketNamespaceCreateBucketRequest.bucketNamespace()Specifies the namespace where you want to create your general purpose bucket.static BucketNamespaceUse this in place of valueOf to convert the raw string returned by the service into the enum value.static BucketNamespaceReturns the enum constant of this type with the specified name.static BucketNamespace[]BucketNamespace.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 BucketNamespaceMethods in software.amazon.awssdk.services.s3.model with parameters of type BucketNamespaceModifier and TypeMethodDescriptionCreateBucketRequest.Builder.bucketNamespace(BucketNamespace bucketNamespace) Specifies the namespace where you want to create your general purpose bucket.