Uses of Interface
software.amazon.awssdk.services.worklink.model.WorkLinkException.Builder
-
Packages that use WorkLinkException.Builder Package Description software.amazon.awssdk.services.worklink.model -
-
Uses of WorkLinkException.Builder in software.amazon.awssdk.services.worklink.model
Subinterfaces of WorkLinkException.Builder in software.amazon.awssdk.services.worklink.model Modifier and Type Interface Description static interfaceInternalServerErrorException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceResourceAlreadyExistsException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceTooManyRequestsException.Builderstatic interfaceUnauthorizedException.BuilderClasses in software.amazon.awssdk.services.worklink.model that implement WorkLinkException.Builder Modifier and Type Class Description protected static classWorkLinkException.BuilderImplMethods in software.amazon.awssdk.services.worklink.model that return WorkLinkException.Builder Modifier and Type Method Description WorkLinkException.BuilderWorkLinkException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static WorkLinkException.BuilderWorkLinkException. builder()WorkLinkException.BuilderWorkLinkException.Builder. cause(Throwable cause)WorkLinkException.BuilderWorkLinkException.Builder. message(String message)WorkLinkException.BuilderWorkLinkException.Builder. requestId(String requestId)WorkLinkException.BuilderWorkLinkException.Builder. statusCode(int statusCode)WorkLinkException.BuilderWorkLinkException. toBuilder()WorkLinkException.BuilderWorkLinkException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.worklink.model that return types with arguments of type WorkLinkException.Builder Modifier and Type Method Description static Class<? extends WorkLinkException.Builder>WorkLinkException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.worklink.model with parameters of type WorkLinkException.Builder Constructor Description WorkLinkException(WorkLinkException.Builder builder)
-