| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.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 |
GetTemplateSyncConfigRequest.templateType()
The template type.
|
TemplateType |
UpdateTemplateSyncConfigRequest.templateType()
The synced template type.
|
TemplateType |
GetTemplateSyncStatusRequest.templateType()
The template type.
|
TemplateType |
TemplateSyncConfig.templateType()
The template type.
|
TemplateType |
DeleteTemplateSyncConfigRequest.templateType()
The template type.
|
TemplateType |
CreateTemplateSyncConfigRequest.templateType()
The type of the registered 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 |
|---|---|
GetTemplateSyncConfigRequest.Builder |
GetTemplateSyncConfigRequest.Builder.templateType(TemplateType templateType)
The template type.
|
UpdateTemplateSyncConfigRequest.Builder |
UpdateTemplateSyncConfigRequest.Builder.templateType(TemplateType templateType)
The synced template type.
|
GetTemplateSyncStatusRequest.Builder |
GetTemplateSyncStatusRequest.Builder.templateType(TemplateType templateType)
The template type.
|
TemplateSyncConfig.Builder |
TemplateSyncConfig.Builder.templateType(TemplateType templateType)
The template type.
|
DeleteTemplateSyncConfigRequest.Builder |
DeleteTemplateSyncConfigRequest.Builder.templateType(TemplateType templateType)
The template type.
|
CreateTemplateSyncConfigRequest.Builder |
CreateTemplateSyncConfigRequest.Builder.templateType(TemplateType templateType)
The type of the registered template.
|
Copyright © 2023. All rights reserved.