Uses of Enum
software.amazon.awscdk.services.s3.deployment.StorageClass
Package
Description
AWS S3 Deployment Construct Library
-
Uses of StorageClass in software.amazon.awscdk.services.s3.deployment
Modifier and TypeMethodDescriptiondefault StorageClass
BucketDeploymentProps.getStorageClass()
System-defined x-amz-storage-class metadata to be set on all objects in the deployment.final StorageClass
BucketDeploymentProps.Jsii$Proxy.getStorageClass()
static StorageClass
Returns the enum constant of this type with the specified name.static StorageClass[]
StorageClass.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionBucketDeployment.Builder.storageClass
(StorageClass storageClass) System-defined x-amz-storage-class metadata to be set on all objects in the deployment.BucketDeploymentProps.Builder.storageClass
(StorageClass storageClass) Sets the value ofBucketDeploymentProps.getStorageClass()