Uses of Class
software.amazon.awssdk.services.wellarchitected.model.CheckSummary
-
Packages that use CheckSummary Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of CheckSummary in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type CheckSummary Modifier and Type Method Description List<CheckSummary>ListCheckSummariesResponse. checkSummaries()List of Trusted Advisor summaries related to the Well-Architected best practice.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type CheckSummary Modifier and Type Method Description ListCheckSummariesResponse.BuilderListCheckSummariesResponse.Builder. checkSummaries(CheckSummary... checkSummaries)List of Trusted Advisor summaries related to the Well-Architected best practice.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type CheckSummary Modifier and Type Method Description ListCheckSummariesResponse.BuilderListCheckSummariesResponse.Builder. checkSummaries(Collection<CheckSummary> checkSummaries)List of Trusted Advisor summaries related to the Well-Architected best practice.
-