| 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 |
|---|---|
ListEndpointsResult |
AmazonS3OutpostsClient.listEndpoints(ListEndpointsRequest request)
Lists endpoints associated with the specified Outpost.
|
ListEndpointsResult |
AmazonS3Outposts.listEndpoints(ListEndpointsRequest listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
ListEndpointsResult |
AbstractAmazonS3Outposts.listEndpoints(ListEndpointsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEndpointsResult> |
AmazonS3OutpostsAsyncClient.listEndpointsAsync(ListEndpointsRequest request,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler) |
Future<ListEndpointsResult> |
AmazonS3OutpostsAsync.listEndpointsAsync(ListEndpointsRequest listEndpointsRequest,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler)
Lists endpoints associated with the specified Outpost.
|
Future<ListEndpointsResult> |
AbstractAmazonS3OutpostsAsync.listEndpointsAsync(ListEndpointsRequest request,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResult |
ListEndpointsResult.clone() |
ListEndpointsResult |
ListEndpointsResult.withEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost.
|
ListEndpointsResult |
ListEndpointsResult.withEndpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost.
|
ListEndpointsResult |
ListEndpointsResult.withNextToken(String nextToken)
If the number of endpoints associated with the specified Outpost exceeds
MaxResults, you can include
this value in subsequent calls to this operation to retrieve more results. |
Copyright © 2024. All rights reserved.