| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
List<VpcInterface> |
Flow.vpcInterfaces()
The VPC Interfaces for this flow.
|
List<VpcInterface> |
AddFlowVpcInterfacesResponse.vpcInterfaces()
The details of the newly added VPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Flow.Builder |
Flow.Builder.vpcInterfaces(VpcInterface... vpcInterfaces)
The VPC Interfaces for this flow.
|
AddFlowVpcInterfacesResponse.Builder |
AddFlowVpcInterfacesResponse.Builder.vpcInterfaces(VpcInterface... vpcInterfaces)
The details of the newly added VPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Flow.Builder |
Flow.Builder.vpcInterfaces(Collection<VpcInterface> vpcInterfaces)
The VPC Interfaces for this flow.
|
AddFlowVpcInterfacesResponse.Builder |
AddFlowVpcInterfacesResponse.Builder.vpcInterfaces(Collection<VpcInterface> vpcInterfaces)
The details of the newly added VPC interfaces.
|
Copyright © 2022. All rights reserved.