| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging |
The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelFlowsResponse> |
ChimeSdkMessagingAsyncClient.listChannelFlows(Consumer<ListChannelFlowsRequest.Builder> listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
default ListChannelFlowsResponse |
ChimeSdkMessagingClient.listChannelFlows(Consumer<ListChannelFlowsRequest.Builder> listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
default ListChannelFlowsPublisher |
ChimeSdkMessagingAsyncClient.listChannelFlowsPaginator(Consumer<ListChannelFlowsRequest.Builder> listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
default ListChannelFlowsIterable |
ChimeSdkMessagingClient.listChannelFlowsPaginator(Consumer<ListChannelFlowsRequest.Builder> listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelFlowsRequest.Builder |
ListChannelFlowsRequest.Builder.appInstanceArn(String appInstanceArn)
The ARN of the app instance.
|
static ListChannelFlowsRequest.Builder |
ListChannelFlowsRequest.builder() |
ListChannelFlowsRequest.Builder |
ListChannelFlowsRequest.Builder.maxResults(Integer maxResults)
The maximum number of channel flows that you want to return.
|
ListChannelFlowsRequest.Builder |
ListChannelFlowsRequest.Builder.nextToken(String nextToken)
The token passed by previous API calls until all requested channel flows are returned.
|
ListChannelFlowsRequest.Builder |
ListChannelFlowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelFlowsRequest.Builder |
ListChannelFlowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListChannelFlowsRequest.Builder |
ListChannelFlowsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChannelFlowsRequest.Builder> |
ListChannelFlowsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.