| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.fromValue(String value)
Use this in place of valueOf.
|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchProductsRequest.setSortOrder(SortOrder sortOrder)
The sort order.
|
void |
SearchProductsAsAdminRequest.setSortOrder(SortOrder sortOrder)
The sort order.
|
SearchProductsRequest |
SearchProductsRequest.withSortOrder(SortOrder sortOrder)
The sort order.
|
SearchProvisionedProductsRequest |
SearchProvisionedProductsRequest.withSortOrder(SortOrder sortOrder)
The sort order.
|
SearchProductsAsAdminRequest |
SearchProductsAsAdminRequest.withSortOrder(SortOrder sortOrder)
The sort order.
|
Copyright © 2022. All rights reserved.