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