| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeVpcClassicLinkDnsSupportResponse |
Ec2Client.describeVpcClassicLinkDnsSupport()
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportResponse |
Ec2Client.describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportResponse |
Ec2Client.describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> |
Ec2AsyncClient.describeVpcClassicLinkDnsSupport()
Describes the ClassicLink DNS support status of one or more VPCs.
|
default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> |
Ec2AsyncClient.describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> |
Ec2AsyncClient.describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeVpcClassicLinkDnsSupportResponse> |
DescribeVpcClassicLinkDnsSupportIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVpcClassicLinkDnsSupportPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeVpcClassicLinkDnsSupportResponse> subscriber) |
Copyright © 2022. All rights reserved.