| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
default ListAccessPointsForObjectLambdaResponse |
S3ControlClient.listAccessPointsForObjectLambda(Consumer<ListAccessPointsForObjectLambdaRequest.Builder> listAccessPointsForObjectLambdaRequest)
Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.
|
default CompletableFuture<ListAccessPointsForObjectLambdaResponse> |
S3ControlAsyncClient.listAccessPointsForObjectLambda(Consumer<ListAccessPointsForObjectLambdaRequest.Builder> listAccessPointsForObjectLambdaRequest)
Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.
|
default ListAccessPointsForObjectLambdaIterable |
S3ControlClient.listAccessPointsForObjectLambdaPaginator(Consumer<ListAccessPointsForObjectLambdaRequest.Builder> listAccessPointsForObjectLambdaRequest)
Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.
|
default ListAccessPointsForObjectLambdaPublisher |
S3ControlAsyncClient.listAccessPointsForObjectLambdaPaginator(Consumer<ListAccessPointsForObjectLambdaRequest.Builder> listAccessPointsForObjectLambdaRequest)
Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsForObjectLambdaRequest.Builder |
ListAccessPointsForObjectLambdaRequest.Builder.accountId(String accountId)
The account ID for the account that owns the specified Object Lambda Access Point.
|
static ListAccessPointsForObjectLambdaRequest.Builder |
ListAccessPointsForObjectLambdaRequest.builder() |
ListAccessPointsForObjectLambdaRequest.Builder |
ListAccessPointsForObjectLambdaRequest.Builder.maxResults(Integer maxResults)
The maximum number of access points that you want to include in the list.
|
ListAccessPointsForObjectLambdaRequest.Builder |
ListAccessPointsForObjectLambdaRequest.Builder.nextToken(String nextToken)
If the list has more access points than can be returned in one call to this API, this field contains a
continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
|
ListAccessPointsForObjectLambdaRequest.Builder |
ListAccessPointsForObjectLambdaRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccessPointsForObjectLambdaRequest.Builder |
ListAccessPointsForObjectLambdaRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAccessPointsForObjectLambdaRequest.Builder |
ListAccessPointsForObjectLambdaRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccessPointsForObjectLambdaRequest.Builder> |
ListAccessPointsForObjectLambdaRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.