| 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<AssociateProfileResult> |
AWSRoute53ProfilesAsyncClient.associateProfileAsync(AssociateProfileRequest request,
AsyncHandler<AssociateProfileRequest,AssociateProfileResult> asyncHandler) |
Future<AssociateProfileResult> |
AWSRoute53ProfilesAsync.associateProfileAsync(AssociateProfileRequest associateProfileRequest,
AsyncHandler<AssociateProfileRequest,AssociateProfileResult> asyncHandler)
Associates a Route 53 Profiles profile with a VPC.
|
Future<AssociateProfileResult> |
AbstractAWSRoute53ProfilesAsync.associateProfileAsync(AssociateProfileRequest request,
AsyncHandler<AssociateProfileRequest,AssociateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateProfileRequest |
AssociateProfileRequest.clone() |
AssociateProfileRequest |
AssociateProfileRequest.withName(String name)
A name for the association.
|
AssociateProfileRequest |
AssociateProfileRequest.withProfileId(String profileId)
ID of the Profile.
|
AssociateProfileRequest |
AssociateProfileRequest.withResourceId(String resourceId)
The ID of the VPC.
|
AssociateProfileRequest |
AssociateProfileRequest.withTags(Collection<Tag> tags)
A list of the tag keys and values that you want to identify the Profile association.
|
AssociateProfileRequest |
AssociateProfileRequest.withTags(Tag... tags)
A list of the tag keys and values that you want to identify the Profile association.
|
Copyright © 2024. All rights reserved.