Uses of Class
software.amazon.awssdk.services.sms.model.ReplicationJob
-
Packages that use ReplicationJob Package Description software.amazon.awssdk.services.sms.model software.amazon.awssdk.services.sms.paginators -
-
Uses of ReplicationJob in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return ReplicationJob Modifier and Type Method Description ReplicationJobGetReplicationRunsResponse. replicationJob()Information about the replication job.Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type ReplicationJob Modifier and Type Method Description List<ReplicationJob>GetReplicationJobsResponse. replicationJobList()Information about the replication jobs.Methods in software.amazon.awssdk.services.sms.model with parameters of type ReplicationJob Modifier and Type Method Description GetReplicationRunsResponse.BuilderGetReplicationRunsResponse.Builder. replicationJob(ReplicationJob replicationJob)Information about the replication job.GetReplicationJobsResponse.BuilderGetReplicationJobsResponse.Builder. replicationJobList(ReplicationJob... replicationJobList)Information about the replication jobs.Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type ReplicationJob Modifier and Type Method Description GetReplicationJobsResponse.BuilderGetReplicationJobsResponse.Builder. replicationJobList(Collection<ReplicationJob> replicationJobList)Information about the replication jobs. -
Uses of ReplicationJob in software.amazon.awssdk.services.sms.paginators
Methods in software.amazon.awssdk.services.sms.paginators that return types with arguments of type ReplicationJob Modifier and Type Method Description SdkIterable<ReplicationJob>GetReplicationJobsIterable. replicationJobList()Returns an iterable to iterate through the paginatedGetReplicationJobsResponse.replicationJobList()member.SdkPublisher<ReplicationJob>GetReplicationJobsPublisher. replicationJobList()Returns a publisher that can be used to get a stream of data.
-