Uses of Interface
software.amazon.awssdk.services.s3control.model.BucketAlreadyExistsException.Builder
-
Packages that use BucketAlreadyExistsException.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of BucketAlreadyExistsException.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return BucketAlreadyExistsException.Builder Modifier and Type Method Description BucketAlreadyExistsException.BuilderBucketAlreadyExistsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static BucketAlreadyExistsException.BuilderBucketAlreadyExistsException. builder()BucketAlreadyExistsException.BuilderBucketAlreadyExistsException.Builder. cause(Throwable cause)BucketAlreadyExistsException.BuilderBucketAlreadyExistsException.Builder. message(String message)BucketAlreadyExistsException.BuilderBucketAlreadyExistsException.Builder. requestId(String requestId)BucketAlreadyExistsException.BuilderBucketAlreadyExistsException.Builder. statusCode(int statusCode)BucketAlreadyExistsException.BuilderBucketAlreadyExistsException. toBuilder()BucketAlreadyExistsException.BuilderBucketAlreadyExistsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type BucketAlreadyExistsException.Builder Modifier and Type Method Description static Class<? extends BucketAlreadyExistsException.Builder>BucketAlreadyExistsException. serializableBuilderClass()
-