Uses of Class
software.amazon.awssdk.services.sms.model.GetReplicationJobsResponse
-
Packages that use GetReplicationJobsResponse Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.paginators -
-
Uses of GetReplicationJobsResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return GetReplicationJobsResponse Modifier and Type Method Description default GetReplicationJobsResponseSmsClient. getReplicationJobs()Describes the specified replication job or all of your replication jobs.default GetReplicationJobsResponseSmsClient. getReplicationJobs(Consumer<GetReplicationJobsRequest.Builder> getReplicationJobsRequest)Describes the specified replication job or all of your replication jobs.default GetReplicationJobsResponseSmsClient. getReplicationJobs(GetReplicationJobsRequest getReplicationJobsRequest)Describes the specified replication job or all of your replication jobs.Methods in software.amazon.awssdk.services.sms that return types with arguments of type GetReplicationJobsResponse Modifier and Type Method Description default CompletableFuture<GetReplicationJobsResponse>SmsAsyncClient. getReplicationJobs()Describes the specified replication job or all of your replication jobs.default CompletableFuture<GetReplicationJobsResponse>SmsAsyncClient. getReplicationJobs(Consumer<GetReplicationJobsRequest.Builder> getReplicationJobsRequest)Describes the specified replication job or all of your replication jobs.default CompletableFuture<GetReplicationJobsResponse>SmsAsyncClient. getReplicationJobs(GetReplicationJobsRequest getReplicationJobsRequest)Describes the specified replication job or all of your replication jobs. -
Uses of GetReplicationJobsResponse in software.amazon.awssdk.services.sms.paginators
Methods in software.amazon.awssdk.services.sms.paginators that return types with arguments of type GetReplicationJobsResponse Modifier and Type Method Description Iterator<GetReplicationJobsResponse>GetReplicationJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.sms.paginators with type arguments of type GetReplicationJobsResponse Modifier and Type Method Description voidGetReplicationJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetReplicationJobsResponse> subscriber)
-