| 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 ListSitesResponse |
OutpostsClient.listSites(Consumer<ListSitesRequest.Builder> listSitesRequest)
Lists the sites for the specified AWS account.
|
default ListSitesResponse |
OutpostsClient.listSites(ListSitesRequest listSitesRequest)
Lists the sites for the specified AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSitesResponse> |
OutpostsAsyncClient.listSites(Consumer<ListSitesRequest.Builder> listSitesRequest)
Lists the sites for the specified AWS account.
|
default CompletableFuture<ListSitesResponse> |
OutpostsAsyncClient.listSites(ListSitesRequest listSitesRequest)
Lists the sites for the specified AWS 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 © 2020. All rights reserved.