| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms |
|
| software.amazon.awssdk.services.sms.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetServersResponse |
SmsClient.getServers()
Describes the servers in your server catalog.
|
default GetServersResponse |
SmsClient.getServers(Consumer<GetServersRequest.Builder> getServersRequest)
Describes the servers in your server catalog.
|
default GetServersResponse |
SmsClient.getServers(GetServersRequest getServersRequest)
Describes the servers in your server catalog.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetServersResponse> |
SmsAsyncClient.getServers()
Describes the servers in your server catalog.
|
default CompletableFuture<GetServersResponse> |
SmsAsyncClient.getServers(Consumer<GetServersRequest.Builder> getServersRequest)
Describes the servers in your server catalog.
|
default CompletableFuture<GetServersResponse> |
SmsAsyncClient.getServers(GetServersRequest getServersRequest)
Describes the servers in your server catalog.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetServersResponse> |
GetServersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetServersPublisher.subscribe(org.reactivestreams.Subscriber<? super GetServersResponse> subscriber) |
Copyright © 2019. All rights reserved.