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