Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.CleanRoomsException.Builder
-
Packages that use CleanRoomsException.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of CleanRoomsException.Builder in software.amazon.awssdk.services.cleanrooms.model
Subinterfaces of CleanRoomsException.Builder in software.amazon.awssdk.services.cleanrooms.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.cleanrooms.model that implement CleanRoomsException.Builder Modifier and Type Class Description protected static classCleanRoomsException.BuilderImplMethods in software.amazon.awssdk.services.cleanrooms.model that return CleanRoomsException.Builder Modifier and Type Method Description CleanRoomsException.BuilderCleanRoomsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static CleanRoomsException.BuilderCleanRoomsException. builder()CleanRoomsException.BuilderCleanRoomsException.Builder. cause(Throwable cause)CleanRoomsException.BuilderCleanRoomsException.Builder. message(String message)CleanRoomsException.BuilderCleanRoomsException.Builder. requestId(String requestId)CleanRoomsException.BuilderCleanRoomsException.Builder. statusCode(int statusCode)CleanRoomsException.BuilderCleanRoomsException. toBuilder()CleanRoomsException.BuilderCleanRoomsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type CleanRoomsException.Builder Modifier and Type Method Description static Class<? extends CleanRoomsException.Builder>CleanRoomsException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.cleanrooms.model with parameters of type CleanRoomsException.Builder Constructor Description CleanRoomsException(CleanRoomsException.Builder builder)
-