| 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 PutAccessPointPolicyResponse |
S3ControlClient.putAccessPointPolicy(Consumer<PutAccessPointPolicyRequest.Builder> putAccessPointPolicyRequest)
Associates an access policy with the specified access point.
|
default PutAccessPointPolicyResponse |
S3ControlClient.putAccessPointPolicy(PutAccessPointPolicyRequest putAccessPointPolicyRequest)
Associates an access policy with the specified access point.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutAccessPointPolicyResponse> |
S3ControlAsyncClient.putAccessPointPolicy(Consumer<PutAccessPointPolicyRequest.Builder> putAccessPointPolicyRequest)
Associates an access policy with the specified access point.
|
default CompletableFuture<PutAccessPointPolicyResponse> |
S3ControlAsyncClient.putAccessPointPolicy(PutAccessPointPolicyRequest putAccessPointPolicyRequest)
Associates an access policy with the specified access point.
|
Copyright © 2022. All rights reserved.