Uses of Interface
software.amazon.awssdk.services.glacier.model.GlacierException.Builder
-
Packages that use GlacierException.Builder Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of GlacierException.Builder in software.amazon.awssdk.services.glacier.model
Subinterfaces of GlacierException.Builder in software.amazon.awssdk.services.glacier.model Modifier and Type Interface Description static interfaceInsufficientCapacityException.Builderstatic interfaceInvalidParameterValueException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceMissingParameterValueException.Builderstatic interfacePolicyEnforcedException.Builderstatic interfaceRequestTimeoutException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceUnavailableException.BuilderClasses in software.amazon.awssdk.services.glacier.model that implement GlacierException.Builder Modifier and Type Class Description protected static classGlacierException.BuilderImplMethods in software.amazon.awssdk.services.glacier.model that return GlacierException.Builder Modifier and Type Method Description GlacierException.BuilderGlacierException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static GlacierException.BuilderGlacierException. builder()GlacierException.BuilderGlacierException.Builder. cause(Throwable cause)GlacierException.BuilderGlacierException.Builder. message(String message)GlacierException.BuilderGlacierException.Builder. requestId(String requestId)GlacierException.BuilderGlacierException.Builder. statusCode(int statusCode)GlacierException.BuilderGlacierException. toBuilder()GlacierException.BuilderGlacierException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type GlacierException.Builder Modifier and Type Method Description static Class<? extends GlacierException.Builder>GlacierException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.glacier.model with parameters of type GlacierException.Builder Constructor Description GlacierException(GlacierException.Builder builder)
-