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