Uses of Class
software.amazon.awssdk.services.s3.model.BucketNamespace
-
Packages that use BucketNamespace Package Description software.amazon.awssdk.services.s3.model -
-
Uses of BucketNamespace in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return BucketNamespace Modifier and Type Method Description BucketNamespaceCreateBucketRequest. bucketNamespace()Specifies the namespace where you want to create your general purpose bucket.static BucketNamespaceBucketNamespace. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BucketNamespaceBucketNamespace. valueOf(String name)Returns 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 BucketNamespace Modifier and Type Method Description static Set<BucketNamespace>BucketNamespace. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type BucketNamespace Modifier and Type Method Description CreateBucketRequest.BuilderCreateBucketRequest.Builder. bucketNamespace(BucketNamespace bucketNamespace)Specifies the namespace where you want to create your general purpose bucket.
-