| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<LocalGateway> |
DescribeLocalGatewaysResponse.localGateways()
Information about the local gateways.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLocalGatewaysResponse.Builder |
DescribeLocalGatewaysResponse.Builder.localGateways(LocalGateway... localGateways)
Information about the local gateways.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLocalGatewaysResponse.Builder |
DescribeLocalGatewaysResponse.Builder.localGateways(Collection<LocalGateway> localGateways)
Information about the local gateways.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LocalGateway> |
DescribeLocalGatewaysPublisher.localGateways()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LocalGateway> |
DescribeLocalGatewaysIterable.localGateways()
Returns an iterable to iterate through the paginated
DescribeLocalGatewaysResponse.localGateways()
member. |
Copyright © 2020. All rights reserved.