| Package | Description |
|---|---|
| com.amazonaws.services.outposts |
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
ListOutpostsResult |
AbstractAWSOutposts.listOutposts(ListOutpostsRequest request) |
ListOutpostsResult |
AWSOutposts.listOutposts(ListOutpostsRequest listOutpostsRequest)
Lists the Outposts for your Amazon Web Services account.
|
ListOutpostsResult |
AWSOutpostsClient.listOutposts(ListOutpostsRequest request)
Lists the Outposts for your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListOutpostsResult> |
AbstractAWSOutpostsAsync.listOutpostsAsync(ListOutpostsRequest request,
AsyncHandler<ListOutpostsRequest,ListOutpostsResult> asyncHandler) |
Future<ListOutpostsResult> |
AWSOutpostsAsyncClient.listOutpostsAsync(ListOutpostsRequest request,
AsyncHandler<ListOutpostsRequest,ListOutpostsResult> asyncHandler) |
Future<ListOutpostsResult> |
AWSOutpostsAsync.listOutpostsAsync(ListOutpostsRequest listOutpostsRequest,
AsyncHandler<ListOutpostsRequest,ListOutpostsResult> asyncHandler)
Lists the Outposts for your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListOutpostsResult |
ListOutpostsResult.clone() |
ListOutpostsResult |
ListOutpostsResult.withNextToken(String nextToken) |
ListOutpostsResult |
ListOutpostsResult.withOutposts(Collection<Outpost> outposts) |
ListOutpostsResult |
ListOutpostsResult.withOutposts(Outpost... outposts)
NOTE: This method appends the values to the existing list (if any).
|
Copyright © 2023. All rights reserved.