| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCheckSummariesResponse> |
WellArchitectedAsyncClient.listCheckSummaries(Consumer<ListCheckSummariesRequest.Builder> listCheckSummariesRequest)
List of Trusted Advisor checks summarized for all accounts related to the workload.
|
default ListCheckSummariesResponse |
WellArchitectedClient.listCheckSummaries(Consumer<ListCheckSummariesRequest.Builder> listCheckSummariesRequest)
List of Trusted Advisor checks summarized for all accounts related to the workload.
|
default ListCheckSummariesPublisher |
WellArchitectedAsyncClient.listCheckSummariesPaginator(Consumer<ListCheckSummariesRequest.Builder> listCheckSummariesRequest)
List of Trusted Advisor checks summarized for all accounts related to the workload.
|
default ListCheckSummariesIterable |
WellArchitectedClient.listCheckSummariesPaginator(Consumer<ListCheckSummariesRequest.Builder> listCheckSummariesRequest)
List of Trusted Advisor checks summarized for all accounts related to the workload.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCheckSummariesRequest.Builder |
ListCheckSummariesRequest.builder() |
ListCheckSummariesRequest.Builder |
ListCheckSummariesRequest.Builder.choiceId(String choiceId)
Sets the value of the ChoiceId property for this object.
|
ListCheckSummariesRequest.Builder |
ListCheckSummariesRequest.Builder.lensArn(String lensArn)
Well-Architected Lens ARN.
|
ListCheckSummariesRequest.Builder |
ListCheckSummariesRequest.Builder.maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListCheckSummariesRequest.Builder |
ListCheckSummariesRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListCheckSummariesRequest.Builder |
ListCheckSummariesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCheckSummariesRequest.Builder |
ListCheckSummariesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCheckSummariesRequest.Builder |
ListCheckSummariesRequest.Builder.pillarId(String pillarId)
Sets the value of the PillarId property for this object.
|
ListCheckSummariesRequest.Builder |
ListCheckSummariesRequest.Builder.questionId(String questionId)
Sets the value of the QuestionId property for this object.
|
ListCheckSummariesRequest.Builder |
ListCheckSummariesRequest.toBuilder() |
ListCheckSummariesRequest.Builder |
ListCheckSummariesRequest.Builder.workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCheckSummariesRequest.Builder> |
ListCheckSummariesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.