| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.clone() |
Destination |
Destination.withFileSystemId(String fileSystemId)
The ID of the destination Amazon EFS file system.
|
Destination |
Destination.withLastReplicatedTimestamp(Date lastReplicatedTimestamp)
The time when the most recent sync was successfully completed on the destination file system.
|
Destination |
Destination.withRegion(String region)
The Amazon Web Services Region in which the destination file system is located.
|
Destination |
Destination.withStatus(ReplicationStatus status)
Describes the status of the destination Amazon EFS file system.
|
Destination |
Destination.withStatus(String status)
Describes the status of the destination Amazon EFS file system.
|
| Modifier and Type | Method and Description |
|---|---|
List<Destination> |
ReplicationConfigurationDescription.getDestinations()
An array of destination objects.
|
List<Destination> |
CreateReplicationConfigurationResult.getDestinations()
An array of destination objects.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfigurationDescription |
ReplicationConfigurationDescription.withDestinations(Destination... destinations)
An array of destination objects.
|
CreateReplicationConfigurationResult |
CreateReplicationConfigurationResult.withDestinations(Destination... destinations)
An array of destination objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationConfigurationDescription.setDestinations(Collection<Destination> destinations)
An array of destination objects.
|
void |
CreateReplicationConfigurationResult.setDestinations(Collection<Destination> destinations)
An array of destination objects.
|
ReplicationConfigurationDescription |
ReplicationConfigurationDescription.withDestinations(Collection<Destination> destinations)
An array of destination objects.
|
CreateReplicationConfigurationResult |
CreateReplicationConfigurationResult.withDestinations(Collection<Destination> destinations)
An array of destination objects.
|
Copyright © 2023. All rights reserved.