| 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<GetAccessPointConfigurationForObjectLambdaResponse> |
S3ControlAsyncClient.getAccessPointConfigurationForObjectLambda(Consumer<GetAccessPointConfigurationForObjectLambdaRequest.Builder> getAccessPointConfigurationForObjectLambdaRequest)
Returns configuration for an Object Lambda Access Point.
|
default GetAccessPointConfigurationForObjectLambdaResponse |
S3ControlClient.getAccessPointConfigurationForObjectLambda(Consumer<GetAccessPointConfigurationForObjectLambdaRequest.Builder> getAccessPointConfigurationForObjectLambdaRequest)
Returns configuration for an Object Lambda Access Point.
|
| Modifier and Type | Method and Description |
|---|---|
GetAccessPointConfigurationForObjectLambdaRequest.Builder |
GetAccessPointConfigurationForObjectLambdaRequest.Builder.accountId(String accountId)
The account ID for the account that owns the specified Object Lambda Access Point.
|
static GetAccessPointConfigurationForObjectLambdaRequest.Builder |
GetAccessPointConfigurationForObjectLambdaRequest.builder() |
GetAccessPointConfigurationForObjectLambdaRequest.Builder |
GetAccessPointConfigurationForObjectLambdaRequest.Builder.name(String name)
The name of the Object Lambda Access Point you want to return the configuration for.
|
GetAccessPointConfigurationForObjectLambdaRequest.Builder |
GetAccessPointConfigurationForObjectLambdaRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAccessPointConfigurationForObjectLambdaRequest.Builder |
GetAccessPointConfigurationForObjectLambdaRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAccessPointConfigurationForObjectLambdaRequest.Builder |
GetAccessPointConfigurationForObjectLambdaRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAccessPointConfigurationForObjectLambdaRequest.Builder> |
GetAccessPointConfigurationForObjectLambdaRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.