| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
Subnet |
CreateSubnetResponse.subnet()
Information about the subnet.
|
Subnet |
CreateDefaultSubnetResponse.subnet()
Information about the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Subnet> |
DescribeSubnetsResponse.subnets()
Information about one or more subnets.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSubnetResponse.Builder |
CreateSubnetResponse.Builder.subnet(Subnet subnet)
Information about the subnet.
|
CreateDefaultSubnetResponse.Builder |
CreateDefaultSubnetResponse.Builder.subnet(Subnet subnet)
Information about the subnet.
|
DescribeSubnetsResponse.Builder |
DescribeSubnetsResponse.Builder.subnets(Subnet... subnets)
Information about one or more subnets.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSubnetsResponse.Builder |
DescribeSubnetsResponse.Builder.subnets(Collection<Subnet> subnets)
Information about one or more subnets.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Subnet> |
DescribeSubnetsIterable.subnets()
Returns an iterable to iterate through the paginated
DescribeSubnetsResponse.subnets() member. |
SdkPublisher<Subnet> |
DescribeSubnetsPublisher.subnets()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2019. All rights reserved.