| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFlowsResponse> |
AppflowAsyncClient.listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
Lists all of the flows associated with your account.
|
default ListFlowsResponse |
AppflowClient.listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
Lists all of the flows associated with your account.
|
default ListFlowsPublisher |
AppflowAsyncClient.listFlowsPaginator(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
Lists all of the flows associated with your account.
|
default ListFlowsIterable |
AppflowClient.listFlowsPaginator(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
Lists all of the flows associated with your account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListFlowsRequest.Builder |
ListFlowsRequest.builder() |
ListFlowsRequest.Builder |
ListFlowsRequest.Builder.maxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
ListFlowsRequest.Builder |
ListFlowsRequest.Builder.nextToken(String nextToken)
The pagination token for next page of data.
|
ListFlowsRequest.Builder |
ListFlowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFlowsRequest.Builder |
ListFlowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFlowsRequest.Builder |
ListFlowsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFlowsRequest.Builder> |
ListFlowsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.