| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
AWS S3 Control provides access to Amazon S3 control plane actions.
|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAccessPointForObjectLambdaResponse> |
S3ControlAsyncClient.getAccessPointForObjectLambda(Consumer<GetAccessPointForObjectLambdaRequest.Builder> getAccessPointForObjectLambdaRequest)
Returns configuration information about the specified Object Lambda Access Point
|
default GetAccessPointForObjectLambdaResponse |
S3ControlClient.getAccessPointForObjectLambda(Consumer<GetAccessPointForObjectLambdaRequest.Builder> getAccessPointForObjectLambdaRequest)
Returns configuration information about the specified Object Lambda Access Point
|
| Modifier and Type | Method and Description |
|---|---|
GetAccessPointForObjectLambdaRequest.Builder |
GetAccessPointForObjectLambdaRequest.Builder.accountId(String accountId)
The account ID for the account that owns the specified Object Lambda Access Point.
|
static GetAccessPointForObjectLambdaRequest.Builder |
GetAccessPointForObjectLambdaRequest.builder() |
GetAccessPointForObjectLambdaRequest.Builder |
GetAccessPointForObjectLambdaRequest.Builder.name(String name)
The name of the Object Lambda Access Point.
|
GetAccessPointForObjectLambdaRequest.Builder |
GetAccessPointForObjectLambdaRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAccessPointForObjectLambdaRequest.Builder |
GetAccessPointForObjectLambdaRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAccessPointForObjectLambdaRequest.Builder |
GetAccessPointForObjectLambdaRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAccessPointForObjectLambdaRequest.Builder> |
GetAccessPointForObjectLambdaRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.