static ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.builder() |
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.ec2FamilyFilter(String... ec2FamilyFilter) |
Filters the results by EC2 family (for example, M5).
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.ec2FamilyFilter(Collection<String> ec2FamilyFilter) |
Filters the results by EC2 family (for example, M5).
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.itemClassFilter(Collection<CatalogItemClass> itemClassFilter) |
Filters the results by item class.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.itemClassFilter(CatalogItemClass... itemClassFilter) |
Filters the results by item class.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.itemClassFilterWithStrings(String... 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.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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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(String... supportedStorageFilter) |
Filters the results by storage option.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.supportedStorageFilterWithStrings(Collection<String> supportedStorageFilter) |
Filters the results by storage option.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.toBuilder() |
|