| 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.paginators | |
| software.amazon.awssdk.services.s3control.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccessPointsForObjectLambdaResponse> |
S3ControlAsyncClient.listAccessPointsForObjectLambda(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest)
Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.
|
default ListAccessPointsForObjectLambdaResponse |
S3ControlClient.listAccessPointsForObjectLambda(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest)
Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.
|
default ListAccessPointsForObjectLambdaPublisher |
S3ControlAsyncClient.listAccessPointsForObjectLambdaPaginator(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest)
Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.
|
default ListAccessPointsForObjectLambdaIterable |
S3ControlClient.listAccessPointsForObjectLambdaPaginator(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest)
Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.
|
| Constructor and Description |
|---|
ListAccessPointsForObjectLambdaIterable(S3ControlClient client,
ListAccessPointsForObjectLambdaRequest firstRequest) |
ListAccessPointsForObjectLambdaPublisher(S3ControlAsyncClient client,
ListAccessPointsForObjectLambdaRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAccessPointsForObjectLambdaRequestMarshaller.marshall(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest) |
Copyright © 2022. All rights reserved.