| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssetsResponse> |
OutpostsAsyncClient.listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest)
Lists the hardware assets for the specified Outpost.
|
default ListAssetsResponse |
OutpostsClient.listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest)
Lists the hardware assets for the specified Outpost.
|
default ListAssetsPublisher |
OutpostsAsyncClient.listAssetsPaginator(Consumer<ListAssetsRequest.Builder> listAssetsRequest)
Lists the hardware assets for the specified Outpost.
|
default ListAssetsIterable |
OutpostsClient.listAssetsPaginator(Consumer<ListAssetsRequest.Builder> listAssetsRequest)
Lists the hardware assets for the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAssetsRequest.Builder |
ListAssetsRequest.builder() |
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.hostIdFilter(Collection<String> hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.hostIdFilter(String... hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.outpostIdentifier(String outpostIdentifier)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.statusFilter(AssetState... statusFilter)
Filters the results by state.
|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.statusFilter(Collection<AssetState> statusFilter)
Filters the results by state.
|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.statusFilterWithStrings(Collection<String> statusFilter)
Filters the results by state.
|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.statusFilterWithStrings(String... statusFilter)
Filters the results by state.
|
ListAssetsRequest.Builder |
ListAssetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAssetsRequest.Builder> |
ListAssetsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.