| Package | Description | 
|---|---|
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| EFSVolumeConfiguration | EFSVolumeConfiguration. clone() | 
| EFSVolumeConfiguration | Volume. getEfsVolumeConfiguration()
 This parameter is specified when you are using an Amazon Elastic File System file system for task storage. | 
| EFSVolumeConfiguration | EFSVolumeConfiguration. withAuthorizationConfig(EFSAuthorizationConfig authorizationConfig)
 The authorization configuration details for the Amazon EFS file system. | 
| EFSVolumeConfiguration | EFSVolumeConfiguration. withFileSystemId(String fileSystemId)
 The Amazon EFS file system ID to use. | 
| EFSVolumeConfiguration | EFSVolumeConfiguration. withRootDirectory(String rootDirectory)
 The directory within the Amazon EFS file system to mount as the root directory inside the host. | 
| EFSVolumeConfiguration | EFSVolumeConfiguration. withTransitEncryption(EFSTransitEncryption transitEncryption)
 Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS
 server. | 
| EFSVolumeConfiguration | EFSVolumeConfiguration. withTransitEncryption(String transitEncryption)
 Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS
 server. | 
| EFSVolumeConfiguration | EFSVolumeConfiguration. withTransitEncryptionPort(Integer transitEncryptionPort)
 The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Volume. setEfsVolumeConfiguration(EFSVolumeConfiguration efsVolumeConfiguration)
 This parameter is specified when you are using an Amazon Elastic File System file system for task storage. | 
| Volume | Volume. withEfsVolumeConfiguration(EFSVolumeConfiguration efsVolumeConfiguration)
 This parameter is specified when you are using an Amazon Elastic File System file system for task storage. | 
Copyright © 2021. All rights reserved.