| 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 ListCatalogItemsResponse |
OutpostsClient.listCatalogItems(Consumer<ListCatalogItemsRequest.Builder> listCatalogItemsRequest)
Lists the items in the catalog.
|
default CompletableFuture<ListCatalogItemsResponse> |
OutpostsAsyncClient.listCatalogItems(Consumer<ListCatalogItemsRequest.Builder> listCatalogItemsRequest)
Lists the items in the catalog.
|
default ListCatalogItemsIterable |
OutpostsClient.listCatalogItemsPaginator(Consumer<ListCatalogItemsRequest.Builder> listCatalogItemsRequest)
Lists the items in the catalog.
|
default ListCatalogItemsPublisher |
OutpostsAsyncClient.listCatalogItemsPaginator(Consumer<ListCatalogItemsRequest.Builder> listCatalogItemsRequest)
Lists the items in the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.builder() |
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.ec2FamilyFilter(Collection<String> ec2FamilyFilter)
Filters the results by EC2 family (for example, M5).
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.ec2FamilyFilter(String... ec2FamilyFilter)
Filters the results by EC2 family (for example, M5).
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.itemClassFilter(CatalogItemClass... itemClassFilter)
Filters the results by item class.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.itemClassFilter(Collection<CatalogItemClass> itemClassFilter)
Filters the results by item class.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.itemClassFilterWithStrings(Collection<String> itemClassFilter)
Filters the results by item class.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.itemClassFilterWithStrings(String... itemClassFilter)
Filters the results by item class.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.supportedStorageFilter(Collection<SupportedStorageEnum> supportedStorageFilter)
Filters the results by storage option.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.supportedStorageFilter(SupportedStorageEnum... supportedStorageFilter)
Filters the results by storage option.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.supportedStorageFilterWithStrings(Collection<String> supportedStorageFilter)
Filters the results by storage option.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.supportedStorageFilterWithStrings(String... supportedStorageFilter)
Filters the results by storage option.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCatalogItemsRequest.Builder> |
ListCatalogItemsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.