Uses of Interface
software.amazon.awssdk.services.s3.model.PutBucketPolicyRequest.Builder
Packages that use PutBucketPolicyRequest.Builder
-
Uses of PutBucketPolicyRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type PutBucketPolicyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutBucketPolicyResponse>S3AsyncClient.putBucketPolicy(Consumer<PutBucketPolicyRequest.Builder> putBucketPolicyRequest) Applies an Amazon S3 bucket policy to an Amazon S3 bucket.default PutBucketPolicyResponseS3Client.putBucketPolicy(Consumer<PutBucketPolicyRequest.Builder> putBucketPolicyRequest) Applies an Amazon S3 bucket policy to an Amazon S3 bucket. -
Uses of PutBucketPolicyRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutBucketPolicyRequest.BuilderModifier and TypeMethodDescriptionThe name of the bucket.PutBucketPolicyRequest.builder()PutBucketPolicyRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketPolicyRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketPolicyRequest.Builder.confirmRemoveSelfBucketAccess(Boolean confirmRemoveSelfBucketAccess) Set this parameter to true to confirm that you want to remove your permissions to change this bucket policy in the future.PutBucketPolicyRequest.Builder.contentMD5(String contentMD5) The MD5 hash of the request body.PutBucketPolicyRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.PutBucketPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutBucketPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The bucket policy as a JSON document.PutBucketPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutBucketPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutBucketPolicyRequest.Builder>PutBucketPolicyRequest.serializableBuilderClass()