Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketPolicyStatusResponse
-
Packages that use GetBucketPolicyStatusResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketPolicyStatusResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketPolicyStatusResponse Modifier and Type Method Description GetBucketPolicyStatusResponseDelegatingS3Client. getBucketPolicyStatus(GetBucketPolicyStatusRequest getBucketPolicyStatusRequest)Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.default GetBucketPolicyStatusResponseS3Client. getBucketPolicyStatus(Consumer<GetBucketPolicyStatusRequest.Builder> getBucketPolicyStatusRequest)Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.default GetBucketPolicyStatusResponseS3Client. getBucketPolicyStatus(GetBucketPolicyStatusRequest getBucketPolicyStatusRequest)Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketPolicyStatusResponse Modifier and Type Method Description CompletableFuture<GetBucketPolicyStatusResponse>DelegatingS3AsyncClient. getBucketPolicyStatus(GetBucketPolicyStatusRequest getBucketPolicyStatusRequest)Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.default CompletableFuture<GetBucketPolicyStatusResponse>S3AsyncClient. getBucketPolicyStatus(Consumer<GetBucketPolicyStatusRequest.Builder> getBucketPolicyStatusRequest)Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.default CompletableFuture<GetBucketPolicyStatusResponse>S3AsyncClient. getBucketPolicyStatus(GetBucketPolicyStatusRequest getBucketPolicyStatusRequest)Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.
-