| 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 CompletableFuture<StopFlowResponse> |
MediaConnectAsyncClient.stopFlow(Consumer<StopFlowRequest.Builder> stopFlowRequest)
Stops a flow.
|
default StopFlowResponse |
MediaConnectClient.stopFlow(Consumer<StopFlowRequest.Builder> stopFlowRequest)
Stops a flow.
|
| Modifier and Type | Method and Description |
|---|---|
static StopFlowRequest.Builder |
StopFlowRequest.builder() |
StopFlowRequest.Builder |
StopFlowRequest.Builder.flowArn(String flowArn)
The ARN of the flow that you want to stop.
|
StopFlowRequest.Builder |
StopFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopFlowRequest.Builder |
StopFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopFlowRequest.Builder |
StopFlowRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopFlowRequest.Builder> |
StopFlowRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.