Uses of Interface
software.amazon.awssdk.services.support.model.DescribeTrustedAdvisorCheckResultResponse.Builder
-
Packages that use DescribeTrustedAdvisorCheckResultResponse.Builder Package Description software.amazon.awssdk.services.support.model -
-
Uses of DescribeTrustedAdvisorCheckResultResponse.Builder in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return DescribeTrustedAdvisorCheckResultResponse.Builder Modifier and Type Method Description static DescribeTrustedAdvisorCheckResultResponse.BuilderDescribeTrustedAdvisorCheckResultResponse. builder()default DescribeTrustedAdvisorCheckResultResponse.BuilderDescribeTrustedAdvisorCheckResultResponse.Builder. result(Consumer<TrustedAdvisorCheckResult.Builder> result)The detailed results of the Trusted Advisor check.DescribeTrustedAdvisorCheckResultResponse.BuilderDescribeTrustedAdvisorCheckResultResponse.Builder. result(TrustedAdvisorCheckResult result)The detailed results of the Trusted Advisor check.DescribeTrustedAdvisorCheckResultResponse.BuilderDescribeTrustedAdvisorCheckResultResponse. toBuilder()Methods in software.amazon.awssdk.services.support.model that return types with arguments of type DescribeTrustedAdvisorCheckResultResponse.Builder Modifier and Type Method Description static Class<? extends DescribeTrustedAdvisorCheckResultResponse.Builder>DescribeTrustedAdvisorCheckResultResponse. serializableBuilderClass()
-