Uses of Interface
software.amazon.awssdk.services.trustedadvisor.model.TrustedAdvisorException.Builder
-
Packages that use TrustedAdvisorException.Builder Package Description software.amazon.awssdk.services.trustedadvisor.model -
-
Uses of TrustedAdvisorException.Builder in software.amazon.awssdk.services.trustedadvisor.model
Subinterfaces of TrustedAdvisorException.Builder in software.amazon.awssdk.services.trustedadvisor.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceThrottlingException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.trustedadvisor.model that implement TrustedAdvisorException.Builder Modifier and Type Class Description protected static classTrustedAdvisorException.BuilderImplMethods in software.amazon.awssdk.services.trustedadvisor.model that return TrustedAdvisorException.Builder Modifier and Type Method Description TrustedAdvisorException.BuilderTrustedAdvisorException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static TrustedAdvisorException.BuilderTrustedAdvisorException. builder()TrustedAdvisorException.BuilderTrustedAdvisorException.Builder. cause(Throwable cause)TrustedAdvisorException.BuilderTrustedAdvisorException.Builder. message(String message)TrustedAdvisorException.BuilderTrustedAdvisorException.Builder. requestId(String requestId)TrustedAdvisorException.BuilderTrustedAdvisorException.Builder. statusCode(int statusCode)TrustedAdvisorException.BuilderTrustedAdvisorException. toBuilder()TrustedAdvisorException.BuilderTrustedAdvisorException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.trustedadvisor.model that return types with arguments of type TrustedAdvisorException.Builder Modifier and Type Method Description static Class<? extends TrustedAdvisorException.Builder>TrustedAdvisorException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.trustedadvisor.model with parameters of type TrustedAdvisorException.Builder Constructor Description TrustedAdvisorException(TrustedAdvisorException.Builder builder)
-