Uses of Class
software.amazon.awssdk.services.wellarchitected.model.CheckDetail
-
Packages that use CheckDetail Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of CheckDetail in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type CheckDetail Modifier and Type Method Description List<CheckDetail>ListCheckDetailsResponse. checkDetails()The details about the Trusted Advisor checks related to the Well-Architected best practice.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type CheckDetail Modifier and Type Method Description ListCheckDetailsResponse.BuilderListCheckDetailsResponse.Builder. checkDetails(CheckDetail... checkDetails)The details about the Trusted Advisor checks related to the Well-Architected best practice.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type CheckDetail Modifier and Type Method Description ListCheckDetailsResponse.BuilderListCheckDetailsResponse.Builder. checkDetails(Collection<CheckDetail> checkDetails)The details about the Trusted Advisor checks related to the Well-Architected best practice.
-