| 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 |
| 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 ListAccessPointsForObjectLambdaResponse |
S3ControlClient.listAccessPointsForObjectLambda(ListAccessPointsForObjectLambdaRequest 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 |
|---|---|
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 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccessPointsForObjectLambdaResponse> |
ListAccessPointsForObjectLambdaIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessPointsForObjectLambdaPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccessPointsForObjectLambdaResponse> subscriber) |
Copyright © 2022. All rights reserved.