Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketPolicyResponse
-
Packages that use PutBucketPolicyResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of PutBucketPolicyResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketPolicyResponse Modifier and Type Method Description PutBucketPolicyResponseDelegatingS3Client. 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 PutBucketPolicyResponse Modifier and Type Method Description CompletableFuture<PutBucketPolicyResponse>DelegatingS3AsyncClient. 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.
-