Uses of Class
software.amazon.awssdk.services.drs.model.LaunchActionType
-
Packages that use LaunchActionType Package Description software.amazon.awssdk.services.drs.model -
-
Uses of LaunchActionType in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return LaunchActionType Modifier and Type Method Description static LaunchActionTypeLaunchActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LaunchActionTypeLaunchAction. type()Launch action type.LaunchActionTypePutLaunchActionResponse. type()Launch action type.static LaunchActionTypeLaunchActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static LaunchActionType[]LaunchActionType. 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 LaunchActionType Modifier and Type Method Description static Set<LaunchActionType>LaunchActionType. knownValues()Methods in software.amazon.awssdk.services.drs.model with parameters of type LaunchActionType Modifier and Type Method Description LaunchAction.BuilderLaunchAction.Builder. type(LaunchActionType type)Launch action type.PutLaunchActionResponse.BuilderPutLaunchActionResponse.Builder. type(LaunchActionType type)Launch action type.
-