| 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.withKmsKeyId(String kmsKeyId)
Specifies the KMS key 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 © 2022. All rights reserved.