Uses of Interface
software.amazon.awssdk.services.lightsail.model.LightsailException.Builder
-
Packages that use LightsailException.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of LightsailException.Builder in software.amazon.awssdk.services.lightsail.model
Subinterfaces of LightsailException.Builder in software.amazon.awssdk.services.lightsail.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceAccountSetupInProgressException.Builderstatic interfaceInvalidInputException.Builderstatic interfaceNotFoundException.Builderstatic interfaceOperationFailureException.Builderstatic interfaceServiceException.Builderstatic interfaceUnauthenticatedException.BuilderClasses in software.amazon.awssdk.services.lightsail.model that implement LightsailException.Builder Modifier and Type Class Description protected static classLightsailException.BuilderImplMethods in software.amazon.awssdk.services.lightsail.model that return LightsailException.Builder Modifier and Type Method Description LightsailException.BuilderLightsailException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static LightsailException.BuilderLightsailException. builder()LightsailException.BuilderLightsailException.Builder. cause(Throwable cause)LightsailException.BuilderLightsailException.Builder. message(String message)LightsailException.BuilderLightsailException.Builder. requestId(String requestId)LightsailException.BuilderLightsailException.Builder. statusCode(int statusCode)LightsailException.BuilderLightsailException. toBuilder()LightsailException.BuilderLightsailException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type LightsailException.Builder Modifier and Type Method Description static Class<? extends LightsailException.Builder>LightsailException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.lightsail.model with parameters of type LightsailException.Builder Constructor Description LightsailException(LightsailException.Builder builder)
-