| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Gateway |
Gateway.clone() |
Gateway |
CreateGatewayResult.getGateway() |
Gateway |
DescribeGatewayResult.getGateway() |
Gateway |
Gateway.withEgressCidrBlocks(Collection<String> egressCidrBlocks)
The range of IP addresses that contribute content or initiate output requests for flows communicating with this
gateway.
|
Gateway |
Gateway.withEgressCidrBlocks(String... egressCidrBlocks)
The range of IP addresses that contribute content or initiate output requests for flows communicating with this
gateway.
|
Gateway |
Gateway.withGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
Gateway |
Gateway.withGatewayMessages(Collection<MessageDetail> gatewayMessages) |
Gateway |
Gateway.withGatewayMessages(MessageDetail... gatewayMessages)
NOTE: This method appends the values to the existing list (if any).
|
Gateway |
Gateway.withGatewayState(GatewayState gatewayState)
The current status of the gateway.
|
Gateway |
Gateway.withGatewayState(String gatewayState)
The current status of the gateway.
|
Gateway |
Gateway.withName(String name)
The name of the gateway.
|
Gateway |
Gateway.withNetworks(Collection<GatewayNetwork> networks)
The list of networks in the gateway.
|
Gateway |
Gateway.withNetworks(GatewayNetwork... networks)
The list of networks in the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGatewayResult.setGateway(Gateway gateway) |
void |
DescribeGatewayResult.setGateway(Gateway gateway) |
CreateGatewayResult |
CreateGatewayResult.withGateway(Gateway gateway) |
DescribeGatewayResult |
DescribeGatewayResult.withGateway(Gateway gateway) |
Copyright © 2024. All rights reserved.