| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms |
|
| software.amazon.awssdk.services.sms.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetReplicationRunsResponse |
SmsClient.getReplicationRuns(Consumer<GetReplicationRunsRequest.Builder> getReplicationRunsRequest)
Describes the replication runs for the specified replication job.
|
default GetReplicationRunsResponse |
SmsClient.getReplicationRuns(GetReplicationRunsRequest getReplicationRunsRequest)
Describes the replication runs for the specified replication job.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetReplicationRunsResponse> |
GetReplicationRunsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetReplicationRunsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetReplicationRunsResponse> subscriber) |
Copyright © 2023. All rights reserved.