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