| Package | Description |
|---|---|
| com.amazonaws.services.outposts |
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCatalogItemsResult> |
AWSOutpostsAsyncClient.listCatalogItemsAsync(ListCatalogItemsRequest request,
AsyncHandler<ListCatalogItemsRequest,ListCatalogItemsResult> asyncHandler) |
Future<ListCatalogItemsResult> |
AWSOutpostsAsync.listCatalogItemsAsync(ListCatalogItemsRequest listCatalogItemsRequest,
AsyncHandler<ListCatalogItemsRequest,ListCatalogItemsResult> asyncHandler)
Lists the items in the catalog.
|
Future<ListCatalogItemsResult> |
AbstractAWSOutpostsAsync.listCatalogItemsAsync(ListCatalogItemsRequest request,
AsyncHandler<ListCatalogItemsRequest,ListCatalogItemsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCatalogItemsRequest |
ListCatalogItemsRequest.clone() |
ListCatalogItemsRequest |
ListCatalogItemsRequest.withEC2FamilyFilter(Collection<String> eC2FamilyFilter)
A filter for EC2 family options for items in the catalog.
|
ListCatalogItemsRequest |
ListCatalogItemsRequest.withEC2FamilyFilter(String... eC2FamilyFilter)
A filter for EC2 family options for items in the catalog.
|
ListCatalogItemsRequest |
ListCatalogItemsRequest.withItemClassFilter(CatalogItemClass... itemClassFilter)
A filter for the class of items in the catalog.
|
ListCatalogItemsRequest |
ListCatalogItemsRequest.withItemClassFilter(Collection<String> itemClassFilter)
A filter for the class of items in the catalog.
|
ListCatalogItemsRequest |
ListCatalogItemsRequest.withItemClassFilter(String... itemClassFilter)
A filter for the class of items in the catalog.
|
ListCatalogItemsRequest |
ListCatalogItemsRequest.withMaxResults(Integer maxResults) |
ListCatalogItemsRequest |
ListCatalogItemsRequest.withNextToken(String nextToken) |
ListCatalogItemsRequest |
ListCatalogItemsRequest.withSupportedStorageFilter(Collection<String> supportedStorageFilter)
A filter for the storage options of items in the catalog.
|
ListCatalogItemsRequest |
ListCatalogItemsRequest.withSupportedStorageFilter(String... supportedStorageFilter)
A filter for the storage options of items in the catalog.
|
ListCatalogItemsRequest |
ListCatalogItemsRequest.withSupportedStorageFilter(SupportedStorageEnum... supportedStorageFilter)
A filter for the storage options of items in the catalog.
|
Copyright © 2022. All rights reserved.