| Package | Description |
|---|---|
| com.amazonaws.services.mgn.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateActionDocument |
TemplateActionDocument.addExternalParametersEntry(String key,
SsmExternalParameter value)
Add a single ExternalParameters entry
|
TemplateActionDocument |
TemplateActionDocument.addParametersEntry(String key,
List<SsmParameterStoreParameter> value)
Add a single Parameters entry
|
TemplateActionDocument |
TemplateActionDocument.clearExternalParametersEntries()
Removes all the entries added into ExternalParameters.
|
TemplateActionDocument |
TemplateActionDocument.clearParametersEntries()
Removes all the entries added into Parameters.
|
TemplateActionDocument |
TemplateActionDocument.clone() |
TemplateActionDocument |
TemplateActionDocument.withActionID(String actionID)
Template post migration custom action ID.
|
TemplateActionDocument |
TemplateActionDocument.withActionName(String actionName)
Template post migration custom action name.
|
TemplateActionDocument |
TemplateActionDocument.withActive(Boolean active)
Template post migration custom action active status.
|
TemplateActionDocument |
TemplateActionDocument.withCategory(ActionCategory category)
Template post migration custom action category.
|
TemplateActionDocument |
TemplateActionDocument.withCategory(String category)
Template post migration custom action category.
|
TemplateActionDocument |
TemplateActionDocument.withDescription(String description)
Template post migration custom action description.
|
TemplateActionDocument |
TemplateActionDocument.withDocumentIdentifier(String documentIdentifier)
Template post migration custom action document identifier.
|
TemplateActionDocument |
TemplateActionDocument.withDocumentVersion(String documentVersion)
Template post migration custom action document version.
|
TemplateActionDocument |
TemplateActionDocument.withExternalParameters(Map<String,SsmExternalParameter> externalParameters)
Template post migration custom action external parameters.
|
TemplateActionDocument |
TemplateActionDocument.withMustSucceedForCutover(Boolean mustSucceedForCutover)
Template post migration custom action must succeed for cutover.
|
TemplateActionDocument |
TemplateActionDocument.withOperatingSystem(String operatingSystem)
Operating system eligible for this template post migration custom action.
|
TemplateActionDocument |
TemplateActionDocument.withOrder(Integer order)
Template post migration custom action order.
|
TemplateActionDocument |
TemplateActionDocument.withParameters(Map<String,List<SsmParameterStoreParameter>> parameters)
Template post migration custom action parameters.
|
TemplateActionDocument |
TemplateActionDocument.withTimeoutSeconds(Integer timeoutSeconds)
Template post migration custom action timeout in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateActionDocument> |
ListTemplateActionsResult.getItems()
List of template post migration custom actions.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplateActionsResult |
ListTemplateActionsResult.withItems(TemplateActionDocument... items)
List of template post migration custom actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplateActionsResult.setItems(Collection<TemplateActionDocument> items)
List of template post migration custom actions.
|
ListTemplateActionsResult |
ListTemplateActionsResult.withItems(Collection<TemplateActionDocument> items)
List of template post migration custom actions.
|
Copyright © 2025. All rights reserved.