Uses of Interface
software.amazon.awssdk.services.supportapp.model.ListSlackChannelConfigurationsRequest.Builder
-
Packages that use ListSlackChannelConfigurationsRequest.Builder Package Description software.amazon.awssdk.services.supportapp Amazon Web Services Support App in Slack software.amazon.awssdk.services.supportapp.model -
-
Uses of ListSlackChannelConfigurationsRequest.Builder in software.amazon.awssdk.services.supportapp
Method parameters in software.amazon.awssdk.services.supportapp with type arguments of type ListSlackChannelConfigurationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSlackChannelConfigurationsResponse>SupportAppAsyncClient. listSlackChannelConfigurations(Consumer<ListSlackChannelConfigurationsRequest.Builder> listSlackChannelConfigurationsRequest)Lists the Slack channel configurations for an Amazon Web Services account.default ListSlackChannelConfigurationsResponseSupportAppClient. listSlackChannelConfigurations(Consumer<ListSlackChannelConfigurationsRequest.Builder> listSlackChannelConfigurationsRequest)Lists the Slack channel configurations for an Amazon Web Services account.default ListSlackChannelConfigurationsPublisherSupportAppAsyncClient. listSlackChannelConfigurationsPaginator(Consumer<ListSlackChannelConfigurationsRequest.Builder> listSlackChannelConfigurationsRequest)Lists the Slack channel configurations for an Amazon Web Services account.default ListSlackChannelConfigurationsIterableSupportAppClient. listSlackChannelConfigurationsPaginator(Consumer<ListSlackChannelConfigurationsRequest.Builder> listSlackChannelConfigurationsRequest)Lists the Slack channel configurations for an Amazon Web Services account. -
Uses of ListSlackChannelConfigurationsRequest.Builder in software.amazon.awssdk.services.supportapp.model
Methods in software.amazon.awssdk.services.supportapp.model that return ListSlackChannelConfigurationsRequest.Builder Modifier and Type Method Description static ListSlackChannelConfigurationsRequest.BuilderListSlackChannelConfigurationsRequest. builder()ListSlackChannelConfigurationsRequest.BuilderListSlackChannelConfigurationsRequest.Builder. nextToken(String nextToken)If the results of a search are large, the API only returns a portion of the results and includes anextTokenpagination token in the response.ListSlackChannelConfigurationsRequest.BuilderListSlackChannelConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSlackChannelConfigurationsRequest.BuilderListSlackChannelConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSlackChannelConfigurationsRequest.BuilderListSlackChannelConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.supportapp.model that return types with arguments of type ListSlackChannelConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends ListSlackChannelConfigurationsRequest.Builder>ListSlackChannelConfigurationsRequest. serializableBuilderClass()
-