| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
default ListVpcAssociationAuthorizationsResponse |
Route53Client.listVPCAssociationAuthorizations(Consumer<ListVpcAssociationAuthorizationsRequest.Builder> listVpcAssociationAuthorizationsRequest)
Gets a list of the VPCs that were created by other accounts and that can be associated with a specified hosted
zone because you've submitted one or more
CreateVPCAssociationAuthorization requests. |
default CompletableFuture<ListVpcAssociationAuthorizationsResponse> |
Route53AsyncClient.listVPCAssociationAuthorizations(Consumer<ListVpcAssociationAuthorizationsRequest.Builder> listVpcAssociationAuthorizationsRequest)
Gets a list of the VPCs that were created by other accounts and that can be associated with a specified hosted
zone because you've submitted one or more
CreateVPCAssociationAuthorization requests. |
| Modifier and Type | Method and Description |
|---|---|
static ListVpcAssociationAuthorizationsRequest.Builder |
ListVpcAssociationAuthorizationsRequest.builder() |
ListVpcAssociationAuthorizationsRequest.Builder |
ListVpcAssociationAuthorizationsRequest.Builder.hostedZoneId(String hostedZoneId)
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
|
ListVpcAssociationAuthorizationsRequest.Builder |
ListVpcAssociationAuthorizationsRequest.Builder.maxResults(String maxResults)
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to
return.
|
ListVpcAssociationAuthorizationsRequest.Builder |
ListVpcAssociationAuthorizationsRequest.Builder.nextToken(String nextToken)
Optional: If a response includes a
NextToken element, there are more VPCs that can be
associated with the specified hosted zone. |
ListVpcAssociationAuthorizationsRequest.Builder |
ListVpcAssociationAuthorizationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVpcAssociationAuthorizationsRequest.Builder |
ListVpcAssociationAuthorizationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListVpcAssociationAuthorizationsRequest.Builder |
ListVpcAssociationAuthorizationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListVpcAssociationAuthorizationsRequest.Builder> |
ListVpcAssociationAuthorizationsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.