| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms |
|
| software.amazon.awssdk.services.sms.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetReplicationJobsResponse |
SmsClient.getReplicationJobs()
Describes the specified replication job or all of your replication jobs.
|
default GetReplicationJobsResponse |
SmsClient.getReplicationJobs(Consumer<GetReplicationJobsRequest.Builder> getReplicationJobsRequest)
Describes the specified replication job or all of your replication jobs.
|
default GetReplicationJobsResponse |
SmsClient.getReplicationJobs(GetReplicationJobsRequest getReplicationJobsRequest)
Describes the specified replication job or all of your replication jobs.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetReplicationJobsResponse> |
GetReplicationJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetReplicationJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetReplicationJobsResponse> subscriber) |
Copyright © 2019. All rights reserved.