| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts |
|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListContactChannelsResponse> |
SsmContactsAsyncClient.listContactChannels(Consumer<ListContactChannelsRequest.Builder> listContactChannelsRequest)
Lists all contact channels for the specified contact.
|
default ListContactChannelsResponse |
SsmContactsClient.listContactChannels(Consumer<ListContactChannelsRequest.Builder> listContactChannelsRequest)
Lists all contact channels for the specified contact.
|
default ListContactChannelsPublisher |
SsmContactsAsyncClient.listContactChannelsPaginator(Consumer<ListContactChannelsRequest.Builder> listContactChannelsRequest)
Lists all contact channels for the specified contact.
|
default ListContactChannelsIterable |
SsmContactsClient.listContactChannelsPaginator(Consumer<ListContactChannelsRequest.Builder> listContactChannelsRequest)
Lists all contact channels for the specified contact.
|
| Modifier and Type | Method and Description |
|---|---|
static ListContactChannelsRequest.Builder |
ListContactChannelsRequest.builder() |
ListContactChannelsRequest.Builder |
ListContactChannelsRequest.Builder.contactId(String contactId)
The Amazon Resource Name (ARN) of the contact.
|
ListContactChannelsRequest.Builder |
ListContactChannelsRequest.Builder.maxResults(Integer maxResults)
The maximum number of contact channels per page.
|
ListContactChannelsRequest.Builder |
ListContactChannelsRequest.Builder.nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListContactChannelsRequest.Builder |
ListContactChannelsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListContactChannelsRequest.Builder |
ListContactChannelsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListContactChannelsRequest.Builder |
ListContactChannelsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListContactChannelsRequest.Builder> |
ListContactChannelsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.