| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts |
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
|
| software.amazon.awssdk.services.outposts.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSitesResponse |
OutpostsClient.listSites(Consumer<ListSitesRequest.Builder> listSitesRequest)
Lists the Outpost sites for your Amazon Web Services account.
|
default ListSitesResponse |
OutpostsClient.listSites(ListSitesRequest listSitesRequest)
Lists the Outpost sites for your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSitesResponse> |
OutpostsAsyncClient.listSites(Consumer<ListSitesRequest.Builder> listSitesRequest)
Lists the Outpost sites for your Amazon Web Services account.
|
default CompletableFuture<ListSitesResponse> |
OutpostsAsyncClient.listSites(ListSitesRequest listSitesRequest)
Lists the Outpost sites for your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSitesResponse> |
ListSitesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSitesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSitesResponse> subscriber) |
Copyright © 2022. All rights reserved.