| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| software.amazon.awssdk.services.appflow.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFlowsResponse |
AppflowClient.listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
Lists all of the flows associated with your account.
|
default ListFlowsResponse |
AppflowClient.listFlows(ListFlowsRequest listFlowsRequest)
Lists all of the flows associated with your account.
|
| 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 CompletableFuture<ListFlowsResponse> |
AppflowAsyncClient.listFlows(ListFlowsRequest listFlowsRequest)
Lists all of the flows associated with your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFlowsResponse> |
ListFlowsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlowsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFlowsResponse> subscriber) |
Copyright © 2023. All rights reserved.