| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static TemplateType |
TemplateType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TemplateType |
ProvisioningTemplateSummary.type()
The type you define in a provisioning template.
|
TemplateType |
CreateProvisioningTemplateRequest.type()
The type you define in a provisioning template.
|
TemplateType |
DescribeProvisioningTemplateResponse.type()
The type you define in a provisioning template.
|
static TemplateType |
TemplateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateType[] |
TemplateType.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<TemplateType> |
TemplateType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProvisioningTemplateSummary.Builder |
ProvisioningTemplateSummary.Builder.type(TemplateType type)
The type you define in a provisioning template.
|
CreateProvisioningTemplateRequest.Builder |
CreateProvisioningTemplateRequest.Builder.type(TemplateType type)
The type you define in a provisioning template.
|
DescribeProvisioningTemplateResponse.Builder |
DescribeProvisioningTemplateResponse.Builder.type(TemplateType type)
The type you define in a provisioning template.
|
Copyright © 2023. All rights reserved.