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