Uses of Enum
software.amazon.awscdk.services.s3.BucketNamespace
Packages that use BucketNamespace
-
Uses of BucketNamespace in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return BucketNamespaceModifier and TypeMethodDescriptiondefault BucketNamespaceBucketProps.getBucketNamespace()The namespace for the bucket name.final BucketNamespaceBucketProps.Jsii$Proxy.getBucketNamespace()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.awscdk.services.s3 with parameters of type BucketNamespaceModifier and TypeMethodDescriptionBucket.Builder.bucketNamespace(BucketNamespace bucketNamespace) The namespace for the bucket name.BucketProps.Builder.bucketNamespace(BucketNamespace bucketNamespace) Sets the value ofBucketProps.getBucketNamespace()