Uses of Interface
software.amazon.awscdk.services.transfer.CfnServer.S3StorageOptionsProperty
Packages that use CfnServer.S3StorageOptionsProperty
Package
Description
AWS Transfer for SFTP Construct Library
-
Uses of CfnServer.S3StorageOptionsProperty in software.amazon.awscdk.services.transfer
Classes in software.amazon.awscdk.services.transfer that implement CfnServer.S3StorageOptionsPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnServer.S3StorageOptionsProperty
Methods in software.amazon.awscdk.services.transfer that return CfnServer.S3StorageOptionsPropertyModifier and TypeMethodDescriptionCfnServer.S3StorageOptionsProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.transfer with parameters of type CfnServer.S3StorageOptionsPropertyModifier and TypeMethodDescriptionCfnServer.Builder.s3StorageOptions
(CfnServer.S3StorageOptionsProperty s3StorageOptions) Specifies whether or not performance for your Amazon S3 directories is optimized.CfnServerProps.Builder.s3StorageOptions
(CfnServer.S3StorageOptionsProperty s3StorageOptions) Sets the value ofCfnServerProps.getS3StorageOptions()
void
CfnServer.setS3StorageOptions
(CfnServer.S3StorageOptionsProperty value) Specifies whether or not performance for your Amazon S3 directories is optimized.