| Package | Description |
|---|---|
| com.amazonaws.services.route53profiles.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileSummary |
ProfileSummary.clone() |
ProfileSummary |
ProfileSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the Profile.
|
ProfileSummary |
ProfileSummary.withId(String id)
ID of the Profile.
|
ProfileSummary |
ProfileSummary.withName(String name)
Name of the Profile.
|
ProfileSummary |
ProfileSummary.withShareStatus(ShareStatus shareStatus)
Share status of the Profile.
|
ProfileSummary |
ProfileSummary.withShareStatus(String shareStatus)
Share status of the Profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileSummary> |
ListProfilesResult.getProfileSummaries()
Summary information about the Profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResult |
ListProfilesResult.withProfileSummaries(ProfileSummary... profileSummaries)
Summary information about the Profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfilesResult.setProfileSummaries(Collection<ProfileSummary> profileSummaries)
Summary information about the Profiles.
|
ListProfilesResult |
ListProfilesResult.withProfileSummaries(Collection<ProfileSummary> profileSummaries)
Summary information about the Profiles.
|
Copyright © 2024. All rights reserved.