| Package | Description |
|---|---|
| software.amazon.awssdk.services.supportapp |
|
| software.amazon.awssdk.services.supportapp.model |
| Modifier and Type | Method and Description |
|---|---|
default ListSlackChannelConfigurationsResponse |
SupportAppClient.listSlackChannelConfigurations(Consumer<ListSlackChannelConfigurationsRequest.Builder> listSlackChannelConfigurationsRequest)
Lists the Slack channel configurations for an Amazon Web Services account.
|
default CompletableFuture<ListSlackChannelConfigurationsResponse> |
SupportAppAsyncClient.listSlackChannelConfigurations(Consumer<ListSlackChannelConfigurationsRequest.Builder> listSlackChannelConfigurationsRequest)
Lists the Slack channel configurations for an Amazon Web Services account.
|
default ListSlackChannelConfigurationsIterable |
SupportAppClient.listSlackChannelConfigurationsPaginator(Consumer<ListSlackChannelConfigurationsRequest.Builder> listSlackChannelConfigurationsRequest)
Lists the Slack channel configurations for an Amazon Web Services account.
|
default ListSlackChannelConfigurationsPublisher |
SupportAppAsyncClient.listSlackChannelConfigurationsPaginator(Consumer<ListSlackChannelConfigurationsRequest.Builder> listSlackChannelConfigurationsRequest)
Lists the Slack channel configurations for an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSlackChannelConfigurationsRequest.Builder |
ListSlackChannelConfigurationsRequest.builder() |
ListSlackChannelConfigurationsRequest.Builder |
ListSlackChannelConfigurationsRequest.Builder.nextToken(String nextToken)
If the results of a search are large, the API only returns a portion of the results and includes a
nextToken pagination token in the response. |
ListSlackChannelConfigurationsRequest.Builder |
ListSlackChannelConfigurationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSlackChannelConfigurationsRequest.Builder |
ListSlackChannelConfigurationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSlackChannelConfigurationsRequest.Builder |
ListSlackChannelConfigurationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSlackChannelConfigurationsRequest.Builder> |
ListSlackChannelConfigurationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.