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