| 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<CreateProfileResult> |
AbstractAWSRoute53ProfilesAsync.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
Future<CreateProfileResult> |
AWSRoute53ProfilesAsyncClient.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
Future<CreateProfileResult> |
AWSRoute53ProfilesAsync.createProfileAsync(CreateProfileRequest createProfileRequest,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
Creates an empty Route 53 Profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest |
CreateProfileRequest.clone() |
CreateProfileRequest |
CreateProfileRequest.withClientToken(String clientToken)
ClientToken is an idempotency token that ensures a call to CreateProfile completes only
once. |
CreateProfileRequest |
CreateProfileRequest.withName(String name)
A name for the Profile.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the Route 53 Profile.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Tag... tags)
A list of the tag keys and values that you want to associate with the Route 53 Profile.
|
Copyright © 2025. All rights reserved.