| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByVPCResult |
AbstractAmazonRoute53.listHostedZonesByVPC(ListHostedZonesByVPCRequest request) |
ListHostedZonesByVPCResult |
AmazonRoute53.listHostedZonesByVPC(ListHostedZonesByVPCRequest listHostedZonesByVPCRequest)
Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web
Services account or Amazon Web Services service owns the hosted zones.
|
ListHostedZonesByVPCResult |
AmazonRoute53Client.listHostedZonesByVPC(ListHostedZonesByVPCRequest request)
Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web
Services account or Amazon Web Services service owns the hosted zones.
|
Future<ListHostedZonesByVPCResult> |
AmazonRoute53AsyncClient.listHostedZonesByVPCAsync(ListHostedZonesByVPCRequest request) |
Future<ListHostedZonesByVPCResult> |
AmazonRoute53Async.listHostedZonesByVPCAsync(ListHostedZonesByVPCRequest listHostedZonesByVPCRequest)
Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web
Services account or Amazon Web Services service owns the hosted zones.
|
Future<ListHostedZonesByVPCResult> |
AbstractAmazonRoute53Async.listHostedZonesByVPCAsync(ListHostedZonesByVPCRequest request) |
Future<ListHostedZonesByVPCResult> |
AmazonRoute53AsyncClient.listHostedZonesByVPCAsync(ListHostedZonesByVPCRequest request,
AsyncHandler<ListHostedZonesByVPCRequest,ListHostedZonesByVPCResult> asyncHandler) |
Future<ListHostedZonesByVPCResult> |
AmazonRoute53Async.listHostedZonesByVPCAsync(ListHostedZonesByVPCRequest listHostedZonesByVPCRequest,
AsyncHandler<ListHostedZonesByVPCRequest,ListHostedZonesByVPCResult> asyncHandler)
Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web
Services account or Amazon Web Services service owns the hosted zones.
|
Future<ListHostedZonesByVPCResult> |
AbstractAmazonRoute53Async.listHostedZonesByVPCAsync(ListHostedZonesByVPCRequest request,
AsyncHandler<ListHostedZonesByVPCRequest,ListHostedZonesByVPCResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListHostedZonesByVPCResult> |
AmazonRoute53AsyncClient.listHostedZonesByVPCAsync(ListHostedZonesByVPCRequest request,
AsyncHandler<ListHostedZonesByVPCRequest,ListHostedZonesByVPCResult> asyncHandler) |
Future<ListHostedZonesByVPCResult> |
AmazonRoute53Async.listHostedZonesByVPCAsync(ListHostedZonesByVPCRequest listHostedZonesByVPCRequest,
AsyncHandler<ListHostedZonesByVPCRequest,ListHostedZonesByVPCResult> asyncHandler)
Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web
Services account or Amazon Web Services service owns the hosted zones.
|
Future<ListHostedZonesByVPCResult> |
AbstractAmazonRoute53Async.listHostedZonesByVPCAsync(ListHostedZonesByVPCRequest request,
AsyncHandler<ListHostedZonesByVPCRequest,ListHostedZonesByVPCResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByVPCRequest |
ListHostedZonesByVPCRequest.clone() |
ListHostedZonesByVPCRequest |
ListHostedZonesByVPCRequest.withMaxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
ListHostedZonesByVPCRequest |
ListHostedZonesByVPCRequest.withNextToken(String nextToken)
If the previous response included a
NextToken element, the specified VPC is associated with more
hosted zones. |
ListHostedZonesByVPCRequest |
ListHostedZonesByVPCRequest.withVPCId(String vPCId)
The ID of the Amazon VPC that you want to list hosted zones for.
|
ListHostedZonesByVPCRequest |
ListHostedZonesByVPCRequest.withVPCRegion(String vPCRegion)
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the
VPC in. |
ListHostedZonesByVPCRequest |
ListHostedZonesByVPCRequest.withVPCRegion(VPCRegion vPCRegion)
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the
VPC in. |
Copyright © 2023. All rights reserved.