| 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 |
|---|---|
ListProfileAssociationsResult |
AWSRoute53ProfilesClient.listProfileAssociations(ListProfileAssociationsRequest request)
Lists all the VPCs that the specified Route 53 Profile is associated with.
|
ListProfileAssociationsResult |
AWSRoute53Profiles.listProfileAssociations(ListProfileAssociationsRequest listProfileAssociationsRequest)
Lists all the VPCs that the specified Route 53 Profile is associated with.
|
ListProfileAssociationsResult |
AbstractAWSRoute53Profiles.listProfileAssociations(ListProfileAssociationsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListProfileAssociationsResult> |
AbstractAWSRoute53ProfilesAsync.listProfileAssociationsAsync(ListProfileAssociationsRequest request,
AsyncHandler<ListProfileAssociationsRequest,ListProfileAssociationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProfileAssociationsResult |
ListProfileAssociationsResult.clone() |
ListProfileAssociationsResult |
ListProfileAssociationsResult.withNextToken(String nextToken)
If more than
MaxResults profile associations match the specified criteria, you can submit another
ListProfileAssociations request to get the next group of results. |
ListProfileAssociationsResult |
ListProfileAssociationsResult.withProfileAssociations(Collection<ProfileAssociation> profileAssociations)
A complex type that containts settings information about the profile's VPC associations.
|
ListProfileAssociationsResult |
ListProfileAssociationsResult.withProfileAssociations(ProfileAssociation... profileAssociations)
A complex type that containts settings information about the profile's VPC associations.
|
Copyright © 2024. All rights reserved.