Uses of Class
software.amazon.awssdk.services.sms.model.GetReplicationRunsResponse
-
Packages that use GetReplicationRunsResponse Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.paginators -
-
Uses of GetReplicationRunsResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return GetReplicationRunsResponse Modifier and Type Method Description default GetReplicationRunsResponseSmsClient. getReplicationRuns(Consumer<GetReplicationRunsRequest.Builder> getReplicationRunsRequest)Describes the replication runs for the specified replication job.default GetReplicationRunsResponseSmsClient. getReplicationRuns(GetReplicationRunsRequest getReplicationRunsRequest)Describes the replication runs for the specified replication job.Methods in software.amazon.awssdk.services.sms that return types with arguments of type GetReplicationRunsResponse Modifier and Type Method Description default CompletableFuture<GetReplicationRunsResponse>SmsAsyncClient. getReplicationRuns(Consumer<GetReplicationRunsRequest.Builder> getReplicationRunsRequest)Describes the replication runs for the specified replication job.default CompletableFuture<GetReplicationRunsResponse>SmsAsyncClient. getReplicationRuns(GetReplicationRunsRequest getReplicationRunsRequest)Describes the replication runs for the specified replication job. -
Uses of GetReplicationRunsResponse in software.amazon.awssdk.services.sms.paginators
Methods in software.amazon.awssdk.services.sms.paginators that return types with arguments of type GetReplicationRunsResponse Modifier and Type Method Description Iterator<GetReplicationRunsResponse>GetReplicationRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.sms.paginators with type arguments of type GetReplicationRunsResponse Modifier and Type Method Description voidGetReplicationRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetReplicationRunsResponse> subscriber)
-