Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LocalGateway |
LocalGateway.clone() |
LocalGateway |
LocalGateway.withLocalGatewayId(String localGatewayId)
The ID of the local gateway.
|
LocalGateway |
LocalGateway.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
LocalGateway |
LocalGateway.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway.
|
LocalGateway |
LocalGateway.withState(String state)
The state of the local gateway.
|
LocalGateway |
LocalGateway.withTags(Collection<Tag> tags)
The tags assigned to the local gateway.
|
LocalGateway |
LocalGateway.withTags(Tag... tags)
The tags assigned to the local gateway.
|
Modifier and Type | Method and Description |
---|---|
List<LocalGateway> |
DescribeLocalGatewaysResult.getLocalGateways()
Information about the local gateways.
|
Modifier and Type | Method and Description |
---|---|
DescribeLocalGatewaysResult |
DescribeLocalGatewaysResult.withLocalGateways(LocalGateway... localGateways)
Information about the local gateways.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLocalGatewaysResult.setLocalGateways(Collection<LocalGateway> localGateways)
Information about the local gateways.
|
DescribeLocalGatewaysResult |
DescribeLocalGatewaysResult.withLocalGateways(Collection<LocalGateway> localGateways)
Information about the local gateways.
|
Copyright © 2023. All rights reserved.