| Package | Description |
|---|---|
| com.amazonaws.services.s3outposts |
Amazon S3 on Outposts provides access to S3 on Outposts operations.
|
| com.amazonaws.services.s3outposts.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEndpointsResult> |
AmazonS3OutpostsAsyncClient.listEndpointsAsync(ListEndpointsRequest request,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler) |
Future<ListEndpointsResult> |
AbstractAmazonS3OutpostsAsync.listEndpointsAsync(ListEndpointsRequest request,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler) |
Future<ListEndpointsResult> |
AmazonS3OutpostsAsync.listEndpointsAsync(ListEndpointsRequest listEndpointsRequest,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler)
Lists endpoints associated with the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsRequest |
ListEndpointsRequest.clone() |
ListEndpointsRequest |
ListEndpointsRequest.withMaxResults(Integer maxResults)
The maximum number of endpoints that will be returned in the response.
|
ListEndpointsRequest |
ListEndpointsRequest.withNextToken(String nextToken)
If a previous response from this operation included a
NextToken value, provide that value here to
retrieve the next page of results. |
Copyright © 2023. All rights reserved.