| 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)
Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.
|
ListAccessPointsForObjectLambdaResult |
AbstractAWSS3Control.listAccessPointsForObjectLambda(ListAccessPointsForObjectLambdaRequest request) |
ListAccessPointsForObjectLambdaResult |
AWSS3Control.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 |
|---|---|
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 © 2022. All rights reserved.