| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsForObjectLambdaResult |
AWSS3ControlClient.listAccessPointsForObjectLambda(ListAccessPointsForObjectLambdaRequest request)
|
ListAccessPointsForObjectLambdaResult |
AWSS3Control.listAccessPointsForObjectLambda(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest)
|
ListAccessPointsForObjectLambdaResult |
AbstractAWSS3Control.listAccessPointsForObjectLambda(ListAccessPointsForObjectLambdaRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccessPointsForObjectLambdaResult> |
AWSS3ControlAsyncClient.listAccessPointsForObjectLambdaAsync(ListAccessPointsForObjectLambdaRequest request,
AsyncHandler<ListAccessPointsForObjectLambdaRequest,ListAccessPointsForObjectLambdaResult> asyncHandler) |
Future<ListAccessPointsForObjectLambdaResult> |
AWSS3ControlAsync.listAccessPointsForObjectLambdaAsync(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest,
AsyncHandler<ListAccessPointsForObjectLambdaRequest,ListAccessPointsForObjectLambdaResult> asyncHandler)
|
Future<ListAccessPointsForObjectLambdaResult> |
AbstractAWSS3ControlAsync.listAccessPointsForObjectLambdaAsync(ListAccessPointsForObjectLambdaRequest request,
AsyncHandler<ListAccessPointsForObjectLambdaRequest,ListAccessPointsForObjectLambdaResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsForObjectLambdaResult |
ListAccessPointsForObjectLambdaResult.clone() |
ListAccessPointsForObjectLambdaResult |
ListAccessPointsForObjectLambdaResult.withNextToken(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.
|
ListAccessPointsForObjectLambdaResult |
ListAccessPointsForObjectLambdaResult.withObjectLambdaAccessPointList(Collection<ObjectLambdaAccessPoint> objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
|
ListAccessPointsForObjectLambdaResult |
ListAccessPointsForObjectLambdaResult.withObjectLambdaAccessPointList(ObjectLambdaAccessPoint... objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
|
Copyright © 2024. All rights reserved.