Uses of Interface
software.amazon.awssdk.services.repostspace.model.RepostspaceException.Builder
-
Packages that use RepostspaceException.Builder Package Description software.amazon.awssdk.services.repostspace.model -
-
Uses of RepostspaceException.Builder in software.amazon.awssdk.services.repostspace.model
Subinterfaces of RepostspaceException.Builder in software.amazon.awssdk.services.repostspace.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.repostspace.model that implement RepostspaceException.Builder Modifier and Type Class Description protected static classRepostspaceException.BuilderImplMethods in software.amazon.awssdk.services.repostspace.model that return RepostspaceException.Builder Modifier and Type Method Description RepostspaceException.BuilderRepostspaceException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static RepostspaceException.BuilderRepostspaceException. builder()RepostspaceException.BuilderRepostspaceException.Builder. cause(Throwable cause)RepostspaceException.BuilderRepostspaceException.Builder. message(String message)RepostspaceException.BuilderRepostspaceException.Builder. requestId(String requestId)RepostspaceException.BuilderRepostspaceException.Builder. statusCode(int statusCode)RepostspaceException.BuilderRepostspaceException. toBuilder()RepostspaceException.BuilderRepostspaceException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.repostspace.model that return types with arguments of type RepostspaceException.Builder Modifier and Type Method Description static Class<? extends RepostspaceException.Builder>RepostspaceException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.repostspace.model with parameters of type RepostspaceException.Builder Constructor Description RepostspaceException(RepostspaceException.Builder builder)
-