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