| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
RemoveFlowVpcInterfaceResult |
AbstractAWSMediaConnect.removeFlowVpcInterface(RemoveFlowVpcInterfaceRequest request) |
RemoveFlowVpcInterfaceResult |
AWSMediaConnect.removeFlowVpcInterface(RemoveFlowVpcInterfaceRequest removeFlowVpcInterfaceRequest)
Removes a VPC Interface from an existing flow.
|
RemoveFlowVpcInterfaceResult |
AWSMediaConnectClient.removeFlowVpcInterface(RemoveFlowVpcInterfaceRequest request)
Removes a VPC Interface from an existing flow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveFlowVpcInterfaceResult> |
AbstractAWSMediaConnectAsync.removeFlowVpcInterfaceAsync(RemoveFlowVpcInterfaceRequest request,
AsyncHandler<RemoveFlowVpcInterfaceRequest,RemoveFlowVpcInterfaceResult> asyncHandler) |
Future<RemoveFlowVpcInterfaceResult> |
AWSMediaConnectAsync.removeFlowVpcInterfaceAsync(RemoveFlowVpcInterfaceRequest removeFlowVpcInterfaceRequest,
AsyncHandler<RemoveFlowVpcInterfaceRequest,RemoveFlowVpcInterfaceResult> asyncHandler)
Removes a VPC Interface from an existing flow.
|
Future<RemoveFlowVpcInterfaceResult> |
AWSMediaConnectAsyncClient.removeFlowVpcInterfaceAsync(RemoveFlowVpcInterfaceRequest request,
AsyncHandler<RemoveFlowVpcInterfaceRequest,RemoveFlowVpcInterfaceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RemoveFlowVpcInterfaceResult |
RemoveFlowVpcInterfaceResult.clone() |
RemoveFlowVpcInterfaceResult |
RemoveFlowVpcInterfaceResult.withFlowArn(String flowArn)
The ARN of the flow that is associated with the VPC interface you removed.
|
RemoveFlowVpcInterfaceResult |
RemoveFlowVpcInterfaceResult.withNonDeletedNetworkInterfaceIds(Collection<String> nonDeletedNetworkInterfaceIds)
IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
|
RemoveFlowVpcInterfaceResult |
RemoveFlowVpcInterfaceResult.withNonDeletedNetworkInterfaceIds(String... nonDeletedNetworkInterfaceIds)
IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
|
RemoveFlowVpcInterfaceResult |
RemoveFlowVpcInterfaceResult.withVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface that was removed.
|
Copyright © 2022. All rights reserved.