| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileSummary |
ProfileSummary.clone() |
ProfileSummary |
ProfileSummary.withCreatedAt(Date createdAt) |
ProfileSummary |
ProfileSummary.withOwner(String owner) |
ProfileSummary |
ProfileSummary.withProfileArn(String profileArn)
The profile ARN.
|
ProfileSummary |
ProfileSummary.withProfileDescription(String profileDescription)
The profile description.
|
ProfileSummary |
ProfileSummary.withProfileName(String profileName)
The profile name.
|
ProfileSummary |
ProfileSummary.withProfileVersion(String profileVersion)
The profile version.
|
ProfileSummary |
ProfileSummary.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileSummary> |
ListProfilesResult.getProfileSummaries()
Profile summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResult |
ListProfilesResult.withProfileSummaries(ProfileSummary... profileSummaries)
Profile summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfilesResult.setProfileSummaries(Collection<ProfileSummary> profileSummaries)
Profile summaries.
|
ListProfilesResult |
ListProfilesResult.withProfileSummaries(Collection<ProfileSummary> profileSummaries)
Profile summaries.
|
Copyright © 2023. All rights reserved.