| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertyUpdateType |
PropertyUpdateType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PropertyUpdateType |
PropertyRequest.updateType()
The update type of the update property request.
|
static PropertyUpdateType |
PropertyUpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyUpdateType[] |
PropertyUpdateType.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<PropertyUpdateType> |
PropertyUpdateType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PropertyRequest.Builder |
PropertyRequest.Builder.updateType(PropertyUpdateType updateType)
The update type of the update property request.
|
Copyright © 2023. All rights reserved.