| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| Modifier and Type | Method and Description |
|---|---|
default GetAccessPointPolicyResponse |
S3ControlClient.getAccessPointPolicy(Consumer<GetAccessPointPolicyRequest.Builder> getAccessPointPolicyRequest)
Returns the access point policy associated with the specified access point.
|
default GetAccessPointPolicyResponse |
S3ControlClient.getAccessPointPolicy(GetAccessPointPolicyRequest getAccessPointPolicyRequest)
Returns the access point policy associated with the specified access point.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAccessPointPolicyResponse> |
S3ControlAsyncClient.getAccessPointPolicy(Consumer<GetAccessPointPolicyRequest.Builder> getAccessPointPolicyRequest)
Returns the access point policy associated with the specified access point.
|
default CompletableFuture<GetAccessPointPolicyResponse> |
S3ControlAsyncClient.getAccessPointPolicy(GetAccessPointPolicyRequest getAccessPointPolicyRequest)
Returns the access point policy associated with the specified access point.
|
Copyright © 2023. All rights reserved.