| 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 ListAssetsResponse |
OutpostsClient.listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest)
Lists the hardware assets for the specified Outpost.
|
default ListAssetsResponse |
OutpostsClient.listAssets(ListAssetsRequest listAssetsRequest)
Lists the hardware assets for the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssetsResponse> |
OutpostsAsyncClient.listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest)
Lists the hardware assets for the specified Outpost.
|
default CompletableFuture<ListAssetsResponse> |
OutpostsAsyncClient.listAssets(ListAssetsRequest listAssetsRequest)
Lists the hardware assets for the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAssetsResponse> |
ListAssetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAssetsResponse> subscriber) |
Copyright © 2022. All rights reserved.