| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
DataReplicationInfoReplicatedDisk |
DataReplicationInfoReplicatedDisk.clone() |
DataReplicationInfoReplicatedDisk |
DataReplicationInfoReplicatedDisk.withBackloggedStorageBytes(Long backloggedStorageBytes)
The size of the replication backlog in bytes.
|
DataReplicationInfoReplicatedDisk |
DataReplicationInfoReplicatedDisk.withDeviceName(String deviceName)
The name of the device.
|
DataReplicationInfoReplicatedDisk |
DataReplicationInfoReplicatedDisk.withReplicatedStorageBytes(Long replicatedStorageBytes)
The amount of data replicated so far in bytes.
|
DataReplicationInfoReplicatedDisk |
DataReplicationInfoReplicatedDisk.withRescannedStorageBytes(Long rescannedStorageBytes)
The amount of data to be rescanned in bytes.
|
DataReplicationInfoReplicatedDisk |
DataReplicationInfoReplicatedDisk.withTotalStorageBytes(Long totalStorageBytes)
The total amount of data to be replicated in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataReplicationInfoReplicatedDisk> |
DataReplicationInfo.getReplicatedDisks()
The disks that should be replicated.
|
| Modifier and Type | Method and Description |
|---|---|
DataReplicationInfo |
DataReplicationInfo.withReplicatedDisks(DataReplicationInfoReplicatedDisk... replicatedDisks)
The disks that should be replicated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataReplicationInfo.setReplicatedDisks(Collection<DataReplicationInfoReplicatedDisk> replicatedDisks)
The disks that should be replicated.
|
DataReplicationInfo |
DataReplicationInfo.withReplicatedDisks(Collection<DataReplicationInfoReplicatedDisk> replicatedDisks)
The disks that should be replicated.
|
Copyright © 2024. All rights reserved.