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