| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected |
|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateAnswerResult |
AbstractAWSWellArchitected.updateAnswer(UpdateAnswerRequest request) |
UpdateAnswerResult |
AWSWellArchitectedClient.updateAnswer(UpdateAnswerRequest request)
Update the answer to a specific question in a workload review.
|
UpdateAnswerResult |
AWSWellArchitected.updateAnswer(UpdateAnswerRequest updateAnswerRequest)
Update the answer to a specific question in a workload review.
|
Future<UpdateAnswerResult> |
AbstractAWSWellArchitectedAsync.updateAnswerAsync(UpdateAnswerRequest request) |
Future<UpdateAnswerResult> |
AWSWellArchitectedAsync.updateAnswerAsync(UpdateAnswerRequest updateAnswerRequest)
Update the answer to a specific question in a workload review.
|
Future<UpdateAnswerResult> |
AWSWellArchitectedAsyncClient.updateAnswerAsync(UpdateAnswerRequest request) |
Future<UpdateAnswerResult> |
AbstractAWSWellArchitectedAsync.updateAnswerAsync(UpdateAnswerRequest request,
AsyncHandler<UpdateAnswerRequest,UpdateAnswerResult> asyncHandler) |
Future<UpdateAnswerResult> |
AWSWellArchitectedAsync.updateAnswerAsync(UpdateAnswerRequest updateAnswerRequest,
AsyncHandler<UpdateAnswerRequest,UpdateAnswerResult> asyncHandler)
Update the answer to a specific question in a workload review.
|
Future<UpdateAnswerResult> |
AWSWellArchitectedAsyncClient.updateAnswerAsync(UpdateAnswerRequest request,
AsyncHandler<UpdateAnswerRequest,UpdateAnswerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAnswerResult> |
AbstractAWSWellArchitectedAsync.updateAnswerAsync(UpdateAnswerRequest request,
AsyncHandler<UpdateAnswerRequest,UpdateAnswerResult> asyncHandler) |
Future<UpdateAnswerResult> |
AWSWellArchitectedAsync.updateAnswerAsync(UpdateAnswerRequest updateAnswerRequest,
AsyncHandler<UpdateAnswerRequest,UpdateAnswerResult> asyncHandler)
Update the answer to a specific question in a workload review.
|
Future<UpdateAnswerResult> |
AWSWellArchitectedAsyncClient.updateAnswerAsync(UpdateAnswerRequest request,
AsyncHandler<UpdateAnswerRequest,UpdateAnswerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAnswerRequest |
UpdateAnswerRequest.addChoiceUpdatesEntry(String key,
ChoiceUpdate value)
Add a single ChoiceUpdates entry
|
UpdateAnswerRequest |
UpdateAnswerRequest.clearChoiceUpdatesEntries()
Removes all the entries added into ChoiceUpdates.
|
UpdateAnswerRequest |
UpdateAnswerRequest.clone() |
UpdateAnswerRequest |
UpdateAnswerRequest.withChoiceUpdates(Map<String,ChoiceUpdate> choiceUpdates)
A list of choices to update on a question in your workload.
|
UpdateAnswerRequest |
UpdateAnswerRequest.withIsApplicable(Boolean isApplicable) |
UpdateAnswerRequest |
UpdateAnswerRequest.withLensAlias(String lensAlias) |
UpdateAnswerRequest |
UpdateAnswerRequest.withNotes(String notes) |
UpdateAnswerRequest |
UpdateAnswerRequest.withQuestionId(String questionId) |
UpdateAnswerRequest |
UpdateAnswerRequest.withReason(AnswerReason reason)
The reason why a question is not applicable to your workload.
|
UpdateAnswerRequest |
UpdateAnswerRequest.withReason(String reason)
The reason why a question is not applicable to your workload.
|
UpdateAnswerRequest |
UpdateAnswerRequest.withSelectedChoices(Collection<String> selectedChoices) |
UpdateAnswerRequest |
UpdateAnswerRequest.withSelectedChoices(String... selectedChoices)
NOTE: This method appends the values to the existing list (if any).
|
UpdateAnswerRequest |
UpdateAnswerRequest.withWorkloadId(String workloadId) |
Copyright © 2021. All rights reserved.