Uses of Class
software.amazon.awssdk.services.mgn.model.ActionCategory
-
Packages that use ActionCategory Package Description software.amazon.awssdk.services.mgn.model -
-
Uses of ActionCategory in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return ActionCategory Modifier and Type Method Description ActionCategoryPutSourceServerActionRequest. category()Source server post migration custom action category.ActionCategoryPutSourceServerActionResponse. category()Source server post migration custom action category.ActionCategoryPutTemplateActionRequest. category()Template post migration custom action category.ActionCategoryPutTemplateActionResponse. category()Template post migration custom action category.ActionCategorySourceServerActionDocument. category()Source server post migration custom action category.ActionCategoryTemplateActionDocument. category()Template post migration custom action category.static ActionCategoryActionCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActionCategoryActionCategory. 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.Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type ActionCategory Modifier and Type Method Description static Set<ActionCategory>ActionCategory. knownValues()Methods in software.amazon.awssdk.services.mgn.model with parameters of type ActionCategory Modifier and Type Method Description PutSourceServerActionRequest.BuilderPutSourceServerActionRequest.Builder. category(ActionCategory category)Source server post migration custom action category.PutSourceServerActionResponse.BuilderPutSourceServerActionResponse.Builder. category(ActionCategory category)Source server post migration custom action category.PutTemplateActionRequest.BuilderPutTemplateActionRequest.Builder. category(ActionCategory category)Template post migration custom action category.PutTemplateActionResponse.BuilderPutTemplateActionResponse.Builder. category(ActionCategory category)Template post migration custom action category.SourceServerActionDocument.BuilderSourceServerActionDocument.Builder. category(ActionCategory category)Source server post migration custom action category.TemplateActionDocument.BuilderTemplateActionDocument.Builder. category(ActionCategory category)Template post migration custom action category.
-