Uses of Class
software.amazon.awssdk.services.sms.model.ReplicationRun
-
Packages that use ReplicationRun Package Description software.amazon.awssdk.services.sms.model software.amazon.awssdk.services.sms.paginators -
-
Uses of ReplicationRun in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type ReplicationRun Modifier and Type Method Description List<ReplicationRun>GetReplicationRunsResponse. replicationRunList()Information about the replication runs.List<ReplicationRun>ReplicationJob. replicationRunList()Information about the replication runs.Methods in software.amazon.awssdk.services.sms.model with parameters of type ReplicationRun Modifier and Type Method Description GetReplicationRunsResponse.BuilderGetReplicationRunsResponse.Builder. replicationRunList(ReplicationRun... replicationRunList)Information about the replication runs.ReplicationJob.BuilderReplicationJob.Builder. replicationRunList(ReplicationRun... replicationRunList)Information about the replication runs.Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type ReplicationRun Modifier and Type Method Description GetReplicationRunsResponse.BuilderGetReplicationRunsResponse.Builder. replicationRunList(Collection<ReplicationRun> replicationRunList)Information about the replication runs.ReplicationJob.BuilderReplicationJob.Builder. replicationRunList(Collection<ReplicationRun> replicationRunList)Information about the replication runs. -
Uses of ReplicationRun in software.amazon.awssdk.services.sms.paginators
Methods in software.amazon.awssdk.services.sms.paginators that return types with arguments of type ReplicationRun Modifier and Type Method Description SdkIterable<ReplicationRun>GetReplicationRunsIterable. replicationRunList()Returns an iterable to iterate through the paginatedGetReplicationRunsResponse.replicationRunList()member.SdkPublisher<ReplicationRun>GetReplicationRunsPublisher. replicationRunList()Returns a publisher that can be used to get a stream of data.
-