| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms |
|
| software.amazon.awssdk.services.sms.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetConnectorsResponse |
SmsClient.getConnectors()
Describes the connectors registered with the AWS SMS.
|
default GetConnectorsResponse |
SmsClient.getConnectors(Consumer<GetConnectorsRequest.Builder> getConnectorsRequest)
Describes the connectors registered with the AWS SMS.
|
default GetConnectorsResponse |
SmsClient.getConnectors(GetConnectorsRequest getConnectorsRequest)
Describes the connectors registered with the AWS SMS.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetConnectorsResponse> |
SmsAsyncClient.getConnectors()
Describes the connectors registered with the AWS SMS.
|
default CompletableFuture<GetConnectorsResponse> |
SmsAsyncClient.getConnectors(Consumer<GetConnectorsRequest.Builder> getConnectorsRequest)
Describes the connectors registered with the AWS SMS.
|
default CompletableFuture<GetConnectorsResponse> |
SmsAsyncClient.getConnectors(GetConnectorsRequest getConnectorsRequest)
Describes the connectors registered with the AWS SMS.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetConnectorsResponse> |
GetConnectorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectorsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetConnectorsResponse> subscriber) |
Copyright © 2019. All rights reserved.