Package | Description |
---|---|
software.amazon.awssdk.services.s3 |
|
Modifier and Type | Method and Description |
---|---|
default GetBucketPolicyStatusResponse |
S3Client.getBucketPolicyStatus(Consumer<GetBucketPolicyStatusRequest.Builder> getBucketPolicyStatusRequest)
Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.
|
default GetBucketPolicyStatusResponse |
S3Client.getBucketPolicyStatus(GetBucketPolicyStatusRequest getBucketPolicyStatusRequest)
Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2020. All rights reserved.