| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static HubContentSortBy |
HubContentSortBy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HubContentSortBy |
ListHubContentVersionsRequest.sortBy()
Sort hub content versions by either name or creation time.
|
HubContentSortBy |
ListHubContentsRequest.sortBy()
Sort hub content versions by either name or creation time.
|
static HubContentSortBy |
HubContentSortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HubContentSortBy[] |
HubContentSortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HubContentSortBy> |
HubContentSortBy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListHubContentVersionsRequest.Builder |
ListHubContentVersionsRequest.Builder.sortBy(HubContentSortBy sortBy)
Sort hub content versions by either name or creation time.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.sortBy(HubContentSortBy sortBy)
Sort hub content versions by either name or creation time.
|
Copyright © 2022. All rights reserved.