| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ListedGateway |
ListedGateway.clone() |
ListedGateway |
ListedGateway.withGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
ListedGateway |
ListedGateway.withGatewayState(GatewayState gatewayState) |
ListedGateway |
ListedGateway.withGatewayState(String gatewayState) |
ListedGateway |
ListedGateway.withName(String name)
The name of the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListedGateway> |
ListGatewaysResult.getGateways()
A list of gateway summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListGatewaysResult |
ListGatewaysResult.withGateways(ListedGateway... gateways)
A list of gateway summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGatewaysResult.setGateways(Collection<ListedGateway> gateways)
A list of gateway summaries.
|
ListGatewaysResult |
ListGatewaysResult.withGateways(Collection<ListedGateway> gateways)
A list of gateway summaries.
|
Copyright © 2023. All rights reserved.