| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected |
|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProfileResult> |
AWSWellArchitectedAsyncClient.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler) |
Future<UpdateProfileResult> |
AWSWellArchitectedAsync.updateProfileAsync(UpdateProfileRequest updateProfileRequest,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler)
Update a profile.
|
Future<UpdateProfileResult> |
AbstractAWSWellArchitectedAsync.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest |
UpdateProfileRequest.clone() |
UpdateProfileRequest |
UpdateProfileRequest.withProfileArn(String profileArn)
The profile ARN.
|
UpdateProfileRequest |
UpdateProfileRequest.withProfileDescription(String profileDescription)
The profile description.
|
UpdateProfileRequest |
UpdateProfileRequest.withProfileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
Profile questions.
|
UpdateProfileRequest |
UpdateProfileRequest.withProfileQuestions(ProfileQuestionUpdate... profileQuestions)
Profile questions.
|
Copyright © 2023. All rights reserved.