| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected |
|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProfileResult> |
AWSWellArchitectedAsyncClient.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
Future<CreateProfileResult> |
AWSWellArchitectedAsync.createProfileAsync(CreateProfileRequest createProfileRequest,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
Create a profile.
|
Future<CreateProfileResult> |
AbstractAWSWellArchitectedAsync.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest |
CreateProfileRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateProfileRequest |
CreateProfileRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateProfileRequest |
CreateProfileRequest.clone() |
CreateProfileRequest |
CreateProfileRequest.withClientRequestToken(String clientRequestToken) |
CreateProfileRequest |
CreateProfileRequest.withProfileDescription(String profileDescription)
The profile description.
|
CreateProfileRequest |
CreateProfileRequest.withProfileName(String profileName)
Name of the profile.
|
CreateProfileRequest |
CreateProfileRequest.withProfileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
The profile questions.
|
CreateProfileRequest |
CreateProfileRequest.withProfileQuestions(ProfileQuestionUpdate... profileQuestions)
The profile questions.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Map<String,String> tags)
The tags assigned to the profile.
|
Copyright © 2023. All rights reserved.