| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentifierType |
IdentifierType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IdentifierType |
UpdateResourceEventConfigurationRequest.identifierType()
Identifier type of the particular resource identifier for event configuration.
|
IdentifierType |
GetResourceEventConfigurationRequest.identifierType()
Identifier type of the particular resource identifier for event configuration.
|
IdentifierType |
EventConfigurationItem.identifierType()
Identifier type of the particular resource identifier for event configuration.
|
static IdentifierType |
IdentifierType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierType[] |
IdentifierType.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<IdentifierType> |
IdentifierType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceEventConfigurationRequest.Builder |
UpdateResourceEventConfigurationRequest.Builder.identifierType(IdentifierType identifierType)
Identifier type of the particular resource identifier for event configuration.
|
GetResourceEventConfigurationRequest.Builder |
GetResourceEventConfigurationRequest.Builder.identifierType(IdentifierType identifierType)
Identifier type of the particular resource identifier for event configuration.
|
EventConfigurationItem.Builder |
EventConfigurationItem.Builder.identifierType(IdentifierType identifierType)
Identifier type of the particular resource identifier for event configuration.
|
Copyright © 2022. All rights reserved.