| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
GatewayNetwork |
GatewayNetwork.clone() |
GatewayNetwork |
GatewayNetwork.withCidrBlock(String cidrBlock)
A unique IP address range to use for this network.
|
GatewayNetwork |
GatewayNetwork.withName(String name)
The name of the network.
|
| Modifier and Type | Method and Description |
|---|---|
List<GatewayNetwork> |
CreateGatewayRequest.getNetworks()
The list of networks that you want to add.
|
List<GatewayNetwork> |
Gateway.getNetworks()
The list of networks in the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayRequest |
CreateGatewayRequest.withNetworks(GatewayNetwork... networks)
The list of networks that you want to add.
|
Gateway |
Gateway.withNetworks(GatewayNetwork... networks)
The list of networks in the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGatewayRequest.setNetworks(Collection<GatewayNetwork> networks)
The list of networks that you want to add.
|
void |
Gateway.setNetworks(Collection<GatewayNetwork> networks)
The list of networks in the gateway.
|
CreateGatewayRequest |
CreateGatewayRequest.withNetworks(Collection<GatewayNetwork> networks)
The list of networks that you want to add.
|
Gateway |
Gateway.withNetworks(Collection<GatewayNetwork> networks)
The list of networks in the gateway.
|
Copyright © 2023. All rights reserved.