| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts |
AWS Outposts is a fully managed service that extends AWS infrastructure, APIs, and tools to customer premises.
|
| software.amazon.awssdk.services.outposts.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListOutpostsResponse |
OutpostsClient.listOutposts(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest)
Create a list of the Outposts for your AWS account.
|
default ListOutpostsResponse |
OutpostsClient.listOutposts(ListOutpostsRequest listOutpostsRequest)
Create a list of the Outposts for your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListOutpostsResponse> |
OutpostsAsyncClient.listOutposts(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest)
Create a list of the Outposts for your AWS account.
|
default CompletableFuture<ListOutpostsResponse> |
OutpostsAsyncClient.listOutposts(ListOutpostsRequest listOutpostsRequest)
Create a list of the Outposts for your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListOutpostsResponse> |
ListOutpostsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListOutpostsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListOutpostsResponse> subscriber) |
Copyright © 2021. All rights reserved.