| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
GatewaySummary |
GatewaySummary.clone() |
GatewaySummary |
GatewaySummary.withArn(String arn)
The ARN of the gateway.
|
GatewaySummary |
GatewaySummary.withDescription(String description)
The description of the gateway.
|
GatewaySummary |
GatewaySummary.withGatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group that the gateway is associated to.
|
GatewaySummary |
GatewaySummary.withName(String name)
The name of the gateway.
|
GatewaySummary |
GatewaySummary.withSoftwareVersion(String softwareVersion)
The software version of the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
List<GatewaySummary> |
ListGatewaysResult.getGateways()
The gateways in the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListGatewaysResult |
ListGatewaysResult.withGateways(GatewaySummary... gateways)
The gateways in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGatewaysResult.setGateways(Collection<GatewaySummary> gateways)
The gateways in the list.
|
ListGatewaysResult |
ListGatewaysResult.withGateways(Collection<GatewaySummary> gateways)
The gateways in the list.
|
Copyright © 2019. All rights reserved.