Uses of Interface
software.amazon.awssdk.services.synthetics.model.SyntheticsException.Builder
-
Packages that use SyntheticsException.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of SyntheticsException.Builder in software.amazon.awssdk.services.synthetics.model
Subinterfaces of SyntheticsException.Builder in software.amazon.awssdk.services.synthetics.model Modifier and Type Interface Description static interfaceBadRequestException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalFailureException.Builderstatic interfaceInternalServerException.Builderstatic interfaceNotFoundException.Builderstatic interfaceRequestEntityTooLargeException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceTooManyRequestsException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.synthetics.model that implement SyntheticsException.Builder Modifier and Type Class Description protected static classSyntheticsException.BuilderImplMethods in software.amazon.awssdk.services.synthetics.model that return SyntheticsException.Builder Modifier and Type Method Description SyntheticsException.BuilderSyntheticsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SyntheticsException.BuilderSyntheticsException. builder()SyntheticsException.BuilderSyntheticsException.Builder. cause(Throwable cause)SyntheticsException.BuilderSyntheticsException.Builder. message(String message)SyntheticsException.BuilderSyntheticsException.Builder. requestId(String requestId)SyntheticsException.BuilderSyntheticsException.Builder. statusCode(int statusCode)SyntheticsException.BuilderSyntheticsException. toBuilder()SyntheticsException.BuilderSyntheticsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type SyntheticsException.Builder Modifier and Type Method Description static Class<? extends SyntheticsException.Builder>SyntheticsException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.synthetics.model with parameters of type SyntheticsException.Builder Constructor Description SyntheticsException(SyntheticsException.Builder builder)
-