| 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 |
|---|---|
ListSharedEndpointsResult |
AbstractAmazonS3Outposts.listSharedEndpoints(ListSharedEndpointsRequest request) |
ListSharedEndpointsResult |
AmazonS3OutpostsClient.listSharedEndpoints(ListSharedEndpointsRequest request)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
ListSharedEndpointsResult |
AmazonS3Outposts.listSharedEndpoints(ListSharedEndpointsRequest listSharedEndpointsRequest)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSharedEndpointsResult> |
AbstractAmazonS3OutpostsAsync.listSharedEndpointsAsync(ListSharedEndpointsRequest request,
AsyncHandler<ListSharedEndpointsRequest,ListSharedEndpointsResult> asyncHandler) |
Future<ListSharedEndpointsResult> |
AmazonS3OutpostsAsyncClient.listSharedEndpointsAsync(ListSharedEndpointsRequest request,
AsyncHandler<ListSharedEndpointsRequest,ListSharedEndpointsResult> asyncHandler) |
Future<ListSharedEndpointsResult> |
AmazonS3OutpostsAsync.listSharedEndpointsAsync(ListSharedEndpointsRequest listSharedEndpointsRequest,
AsyncHandler<ListSharedEndpointsRequest,ListSharedEndpointsResult> asyncHandler)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
| Modifier and Type | Method and Description |
|---|---|
ListSharedEndpointsResult |
ListSharedEndpointsResult.clone() |
ListSharedEndpointsResult |
ListSharedEndpointsResult.withEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource
Access Manager (RAM).
|
ListSharedEndpointsResult |
ListSharedEndpointsResult.withEndpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource
Access Manager (RAM).
|
ListSharedEndpointsResult |
ListSharedEndpointsResult.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 © 2025. All rights reserved.