Uses of Class
software.amazon.awssdk.services.drs.model.LaunchActionCategory
-
Packages that use LaunchActionCategory Package Description software.amazon.awssdk.services.drs.model -
-
Uses of LaunchActionCategory in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return LaunchActionCategory Modifier and Type Method Description LaunchActionCategoryLaunchAction. category()Returns the value of the Category property for this object.LaunchActionCategoryPutLaunchActionRequest. category()Returns the value of the Category property for this object.LaunchActionCategoryPutLaunchActionResponse. category()Returns the value of the Category property for this object.static LaunchActionCategoryLaunchActionCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static LaunchActionCategoryLaunchActionCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static LaunchActionCategory[]LaunchActionCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type LaunchActionCategory Modifier and Type Method Description static Set<LaunchActionCategory>LaunchActionCategory. knownValues()Methods in software.amazon.awssdk.services.drs.model with parameters of type LaunchActionCategory Modifier and Type Method Description LaunchAction.BuilderLaunchAction.Builder. category(LaunchActionCategory category)Sets the value of the Category property for this object.PutLaunchActionRequest.BuilderPutLaunchActionRequest.Builder. category(LaunchActionCategory category)Sets the value of the Category property for this object.PutLaunchActionResponse.BuilderPutLaunchActionResponse.Builder. category(LaunchActionCategory category)Sets the value of the Category property for this object.
-