| Package | Description |
|---|---|
| com.amazonaws.services.route53profiles.model |
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.clone() |
Profile |
GetProfileResult.getProfile()
Information about the Profile, including the status of the Profile.
|
Profile |
DeleteProfileResult.getProfile()
Information about the
DeleteProfile request, including the status of the request. |
Profile |
CreateProfileResult.getProfile()
The Profile that you just created.
|
Profile |
Profile.withArn(String arn)
The Amazon Resource Name (ARN) of the Profile.
|
Profile |
Profile.withClientToken(String clientToken)
The
ClientToken value that was assigned when the Profile was created. |
Profile |
Profile.withCreationTime(Date creationTime)
The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
|
Profile |
Profile.withId(String id)
ID of the Profile.
|
Profile |
Profile.withModificationTime(Date modificationTime)
The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
|
Profile |
Profile.withName(String name)
Name of the Profile.
|
Profile |
Profile.withOwnerId(String ownerId)
Amazon Web Services account ID of the Profile owner.
|
Profile |
Profile.withShareStatus(ShareStatus shareStatus)
Sharing status for the Profile.
|
Profile |
Profile.withShareStatus(String shareStatus)
Sharing status for the Profile.
|
Profile |
Profile.withStatus(ProfileStatus status)
The status for the Profile.
|
Profile |
Profile.withStatus(String status)
The status for the Profile.
|
Profile |
Profile.withStatusMessage(String statusMessage)
Status message that includes additiona information about the Profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetProfileResult.setProfile(Profile profile)
Information about the Profile, including the status of the Profile.
|
void |
DeleteProfileResult.setProfile(Profile profile)
Information about the
DeleteProfile request, including the status of the request. |
void |
CreateProfileResult.setProfile(Profile profile)
The Profile that you just created.
|
GetProfileResult |
GetProfileResult.withProfile(Profile profile)
Information about the Profile, including the status of the Profile.
|
DeleteProfileResult |
DeleteProfileResult.withProfile(Profile profile)
Information about the
DeleteProfile request, including the status of the request. |
CreateProfileResult |
CreateProfileResult.withProfile(Profile profile)
The Profile that you just created.
|
Copyright © 2024. All rights reserved.