| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ClassicLinkDnsSupport> |
DescribeVpcClassicLinkDnsSupportResponse.vpcs()
Information about the ClassicLink DNS support status of the VPCs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcClassicLinkDnsSupportResponse.Builder |
DescribeVpcClassicLinkDnsSupportResponse.Builder.vpcs(ClassicLinkDnsSupport... vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcClassicLinkDnsSupportResponse.Builder |
DescribeVpcClassicLinkDnsSupportResponse.Builder.vpcs(Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ClassicLinkDnsSupport> |
DescribeVpcClassicLinkDnsSupportIterable.vpcs()
Returns an iterable to iterate through the paginated
DescribeVpcClassicLinkDnsSupportResponse.vpcs()
member. |
SdkPublisher<ClassicLinkDnsSupport> |
DescribeVpcClassicLinkDnsSupportPublisher.vpcs()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.