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