| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model | |
| software.amazon.awssdk.services.route53.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CidrBlockSummary> |
ListCidrBlocksResponse.cidrBlocks()
A complex type that contains information about the CIDR blocks.
|
| Modifier and Type | Method and Description |
|---|---|
ListCidrBlocksResponse.Builder |
ListCidrBlocksResponse.Builder.cidrBlocks(CidrBlockSummary... cidrBlocks)
A complex type that contains information about the CIDR blocks.
|
| Modifier and Type | Method and Description |
|---|---|
ListCidrBlocksResponse.Builder |
ListCidrBlocksResponse.Builder.cidrBlocks(Collection<CidrBlockSummary> cidrBlocks)
A complex type that contains information about the CIDR blocks.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CidrBlockSummary> |
ListCidrBlocksPublisher.cidrBlocks()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CidrBlockSummary> |
ListCidrBlocksIterable.cidrBlocks()
Returns an iterable to iterate through the paginated
ListCidrBlocksResponse.cidrBlocks() member. |
Copyright © 2023. All rights reserved.