| 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 |
|---|---|
ListVPCAssociationAuthorizationsResult |
AbstractAmazonRoute53.listVPCAssociationAuthorizations(ListVPCAssociationAuthorizationsRequest request) |
ListVPCAssociationAuthorizationsResult |
AmazonRoute53.listVPCAssociationAuthorizations(ListVPCAssociationAuthorizationsRequest 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. |
ListVPCAssociationAuthorizationsResult |
AmazonRoute53Client.listVPCAssociationAuthorizations(ListVPCAssociationAuthorizationsRequest request)
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 |
|---|---|
ListVPCAssociationAuthorizationsResult |
ListVPCAssociationAuthorizationsResult.clone() |
ListVPCAssociationAuthorizationsResult |
ListVPCAssociationAuthorizationsResult.withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you can associate the listed VPCs with.
|
ListVPCAssociationAuthorizationsResult |
ListVPCAssociationAuthorizationsResult.withNextToken(String nextToken)
When the response includes a
NextToken element, there are more VPCs that can be associated with the
specified hosted zone. |
ListVPCAssociationAuthorizationsResult |
ListVPCAssociationAuthorizationsResult.withVPCs(Collection<VPC> vPCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
ListVPCAssociationAuthorizationsResult |
ListVPCAssociationAuthorizationsResult.withVPCs(VPC... vPCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
Copyright © 2023. All rights reserved.