| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
default ListFlowsResponse |
MediaConnectClient.listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
Displays a list of flows that are associated with this account.
|
default CompletableFuture<ListFlowsResponse> |
MediaConnectAsyncClient.listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
Displays a list of flows that are associated with this account.
|
default ListFlowsIterable |
MediaConnectClient.listFlowsPaginator(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
Displays a list of flows that are associated with this account.
|
default ListFlowsPublisher |
MediaConnectAsyncClient.listFlowsPaginator(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
Displays a list of flows that are associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListFlowsRequest.Builder |
ListFlowsRequest.builder() |
ListFlowsRequest.Builder |
ListFlowsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return per API request.
|
ListFlowsRequest.Builder |
ListFlowsRequest.Builder.nextToken(String nextToken)
The token that identifies which batch of results that you want to see.
|
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 © 2023. All rights reserved.