Uses of Interface
software.amazon.awssdk.services.s3control.model.S3ControlException.Builder
-
Packages that use S3ControlException.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3ControlException.Builder in software.amazon.awssdk.services.s3control.model
Subinterfaces of S3ControlException.Builder in software.amazon.awssdk.services.s3control.model Modifier and Type Interface Description static interfaceBadRequestException.Builderstatic interfaceBucketAlreadyExistsException.Builderstatic interfaceBucketAlreadyOwnedByYouException.Builderstatic interfaceIdempotencyException.Builderstatic interfaceInternalServiceException.Builderstatic interfaceInvalidNextTokenException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceJobStatusException.Builderstatic interfaceNoSuchPublicAccessBlockConfigurationException.Builderstatic interfaceNotFoundException.Builderstatic interfaceTooManyRequestsException.Builderstatic interfaceTooManyTagsException.BuilderClasses in software.amazon.awssdk.services.s3control.model that implement S3ControlException.Builder Modifier and Type Class Description protected static classS3ControlException.BuilderImplMethods in software.amazon.awssdk.services.s3control.model that return S3ControlException.Builder Modifier and Type Method Description S3ControlException.BuilderS3ControlException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static S3ControlException.BuilderS3ControlException. builder()S3ControlException.BuilderS3ControlException.Builder. cause(Throwable cause)S3ControlException.BuilderS3ControlException.Builder. message(String message)S3ControlException.BuilderS3ControlException.Builder. requestId(String requestId)S3ControlException.BuilderS3ControlException.Builder. statusCode(int statusCode)S3ControlException.BuilderS3ControlException. toBuilder()S3ControlException.BuilderS3ControlException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type S3ControlException.Builder Modifier and Type Method Description static Class<? extends S3ControlException.Builder>S3ControlException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.s3control.model with parameters of type S3ControlException.Builder Constructor Description S3ControlException(S3ControlException.Builder builder)
-