| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationToCreate |
DestinationToCreate.clone() |
DestinationToCreate |
DestinationToCreate.withAvailabilityZoneName(String availabilityZoneName)
To create a file system that uses One Zone storage, specify the name of the Availability Zone in which to create
the destination file system.
|
DestinationToCreate |
DestinationToCreate.withFileSystemId(String fileSystemId)
The ID of the file system to use for the destination.
|
DestinationToCreate |
DestinationToCreate.withKmsKeyId(String kmsKeyId)
Specify the Key Management Service (KMS) key that you want to use to encrypt the destination file system.
|
DestinationToCreate |
DestinationToCreate.withRegion(String region)
To create a file system that uses Regional storage, specify the Amazon Web Services Region in which to create the
destination file system.
|
| Modifier and Type | Method and Description |
|---|---|
List<DestinationToCreate> |
CreateReplicationConfigurationRequest.getDestinations()
An array of destination configuration objects.
|
| Modifier and Type | Method and Description |
|---|---|
CreateReplicationConfigurationRequest |
CreateReplicationConfigurationRequest.withDestinations(DestinationToCreate... destinations)
An array of destination configuration objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateReplicationConfigurationRequest.setDestinations(Collection<DestinationToCreate> destinations)
An array of destination configuration objects.
|
CreateReplicationConfigurationRequest |
CreateReplicationConfigurationRequest.withDestinations(Collection<DestinationToCreate> destinations)
An array of destination configuration objects.
|
Copyright © 2025. All rights reserved.