| Package | Description |
|---|---|
| software.amazon.awssdk.services.mgn.model |
| Modifier and Type | Method and Description |
|---|---|
ActionCategory |
PutTemplateActionRequest.category()
Template post migration custom action category.
|
ActionCategory |
PutSourceServerActionResponse.category()
Source server post migration custom action category.
|
ActionCategory |
SourceServerActionDocument.category()
Source server post migration custom action category.
|
ActionCategory |
TemplateActionDocument.category()
Template post migration custom action category.
|
ActionCategory |
PutSourceServerActionRequest.category()
Source server post migration custom action category.
|
ActionCategory |
PutTemplateActionResponse.category()
Template post migration custom action category.
|
static ActionCategory |
ActionCategory.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ActionCategory |
ActionCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionCategory[] |
ActionCategory.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<ActionCategory> |
ActionCategory.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutTemplateActionRequest.Builder |
PutTemplateActionRequest.Builder.category(ActionCategory category)
Template post migration custom action category.
|
PutSourceServerActionResponse.Builder |
PutSourceServerActionResponse.Builder.category(ActionCategory category)
Source server post migration custom action category.
|
SourceServerActionDocument.Builder |
SourceServerActionDocument.Builder.category(ActionCategory category)
Source server post migration custom action category.
|
TemplateActionDocument.Builder |
TemplateActionDocument.Builder.category(ActionCategory category)
Template post migration custom action category.
|
PutSourceServerActionRequest.Builder |
PutSourceServerActionRequest.Builder.category(ActionCategory category)
Source server post migration custom action category.
|
PutTemplateActionResponse.Builder |
PutTemplateActionResponse.Builder.category(ActionCategory category)
Template post migration custom action category.
|
Copyright © 2023. All rights reserved.