Uses of Class
software.amazon.awssdk.services.drs.model.ReplicationConfigurationReplicatedDisk
-
Packages that use ReplicationConfigurationReplicatedDisk Package Description software.amazon.awssdk.services.drs.model -
-
Uses of ReplicationConfigurationReplicatedDisk in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type ReplicationConfigurationReplicatedDisk Modifier and Type Method Description List<ReplicationConfigurationReplicatedDisk>GetReplicationConfigurationResponse. replicatedDisks()The configuration of the disks of the Source Server to be replicated.List<ReplicationConfigurationReplicatedDisk>UpdateReplicationConfigurationRequest. replicatedDisks()The configuration of the disks of the Source Server to be replicated.List<ReplicationConfigurationReplicatedDisk>UpdateReplicationConfigurationResponse. replicatedDisks()The configuration of the disks of the Source Server to be replicated.Methods in software.amazon.awssdk.services.drs.model with parameters of type ReplicationConfigurationReplicatedDisk Modifier and Type Method Description GetReplicationConfigurationResponse.BuilderGetReplicationConfigurationResponse.Builder. replicatedDisks(ReplicationConfigurationReplicatedDisk... replicatedDisks)The configuration of the disks of the Source Server to be replicated.UpdateReplicationConfigurationRequest.BuilderUpdateReplicationConfigurationRequest.Builder. replicatedDisks(ReplicationConfigurationReplicatedDisk... replicatedDisks)The configuration of the disks of the Source Server to be replicated.UpdateReplicationConfigurationResponse.BuilderUpdateReplicationConfigurationResponse.Builder. replicatedDisks(ReplicationConfigurationReplicatedDisk... replicatedDisks)The configuration of the disks of the Source Server to be replicated.Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type ReplicationConfigurationReplicatedDisk Modifier and Type Method Description GetReplicationConfigurationResponse.BuilderGetReplicationConfigurationResponse.Builder. replicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)The configuration of the disks of the Source Server to be replicated.UpdateReplicationConfigurationRequest.BuilderUpdateReplicationConfigurationRequest.Builder. replicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)The configuration of the disks of the Source Server to be replicated.UpdateReplicationConfigurationResponse.BuilderUpdateReplicationConfigurationResponse.Builder. replicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)The configuration of the disks of the Source Server to be replicated.
-