| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
ListAssetsFilter |
ListAssetsRequest.filter()
The filter for the requested list of assets.
|
static ListAssetsFilter |
ListAssetsFilter.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ListAssetsFilter |
ListAssetsFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAssetsFilter[] |
ListAssetsFilter.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<ListAssetsFilter> |
ListAssetsFilter.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.filter(ListAssetsFilter filter)
The filter for the requested list of assets.
|
Copyright © 2021. All rights reserved.