Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketPolicyResponse
Packages that use PutBucketPolicyResponse
-
Uses of PutBucketPolicyResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketPolicyResponseModifier and TypeMethodDescriptionDelegatingS3Client.putBucketPolicy(PutBucketPolicyRequest 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.default PutBucketPolicyResponseS3Client.putBucketPolicy(PutBucketPolicyRequest putBucketPolicyRequest) Applies an Amazon S3 bucket policy to an Amazon S3 bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutBucketPolicyResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.putBucketPolicy(PutBucketPolicyRequest putBucketPolicyRequest) Applies an Amazon S3 bucket policy to an Amazon S3 bucket.default CompletableFuture<PutBucketPolicyResponse>S3AsyncClient.putBucketPolicy(Consumer<PutBucketPolicyRequest.Builder> putBucketPolicyRequest) Applies an Amazon S3 bucket policy to an Amazon S3 bucket.default CompletableFuture<PutBucketPolicyResponse>S3AsyncClient.putBucketPolicy(PutBucketPolicyRequest putBucketPolicyRequest) Applies an Amazon S3 bucket policy to an Amazon S3 bucket.