| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Profile |
Profile.clearTagsEntries()
Removes all the entries added into Tags.
|
Profile |
Profile.clone() |
Profile |
GetProfileResult.getProfile()
The profile.
|
Profile |
UpdateProfileResult.getProfile()
The profile.
|
Profile |
Profile.withCreatedAt(Date createdAt) |
Profile |
Profile.withOwner(String owner) |
Profile |
Profile.withProfileArn(String profileArn)
The profile ARN.
|
Profile |
Profile.withProfileDescription(String profileDescription)
The profile description.
|
Profile |
Profile.withProfileName(String profileName)
The profile name.
|
Profile |
Profile.withProfileQuestions(Collection<ProfileQuestion> profileQuestions)
Profile questions.
|
Profile |
Profile.withProfileQuestions(ProfileQuestion... profileQuestions)
Profile questions.
|
Profile |
Profile.withProfileVersion(String profileVersion)
The profile version.
|
Profile |
Profile.withShareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
Profile |
Profile.withTags(Map<String,String> tags)
The tags assigned to the profile.
|
Profile |
Profile.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetProfileResult.setProfile(Profile profile)
The profile.
|
void |
UpdateProfileResult.setProfile(Profile profile)
The profile.
|
GetProfileResult |
GetProfileResult.withProfile(Profile profile)
The profile.
|
UpdateProfileResult |
UpdateProfileResult.withProfile(Profile profile)
The profile.
|
Copyright © 2023. All rights reserved.