| Package | Description |
|---|---|
| com.amazonaws.services.route53profiles |
With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts
|
| com.amazonaws.services.route53profiles.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListProfileAssociationsResult> |
AbstractAWSRoute53ProfilesAsync.listProfileAssociationsAsync(ListProfileAssociationsRequest request,
AsyncHandler<ListProfileAssociationsRequest,ListProfileAssociationsResult> asyncHandler) |
Future<ListProfileAssociationsResult> |
AWSRoute53ProfilesAsyncClient.listProfileAssociationsAsync(ListProfileAssociationsRequest request,
AsyncHandler<ListProfileAssociationsRequest,ListProfileAssociationsResult> asyncHandler) |
Future<ListProfileAssociationsResult> |
AWSRoute53ProfilesAsync.listProfileAssociationsAsync(ListProfileAssociationsRequest listProfileAssociationsRequest,
AsyncHandler<ListProfileAssociationsRequest,ListProfileAssociationsResult> asyncHandler)
Lists all the VPCs that the specified Route 53 Profile is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfileAssociationsRequest |
ListProfileAssociationsRequest.clone() |
ListProfileAssociationsRequest |
ListProfileAssociationsRequest.withMaxResults(Integer maxResults)
The maximum number of objects that you want to return for this request.
|
ListProfileAssociationsRequest |
ListProfileAssociationsRequest.withNextToken(String nextToken)
For the first call to this list request, omit this value.
|
ListProfileAssociationsRequest |
ListProfileAssociationsRequest.withProfileId(String profileId)
ID of the Profile.
|
ListProfileAssociationsRequest |
ListProfileAssociationsRequest.withResourceId(String resourceId)
ID of the VPC.
|
Copyright © 2025. All rights reserved.