Uses of Class
software.amazon.awssdk.services.mgn.model.PostLaunchActionsDeploymentType
-
Packages that use PostLaunchActionsDeploymentType Package Description software.amazon.awssdk.services.mgn.model -
-
Uses of PostLaunchActionsDeploymentType in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return PostLaunchActionsDeploymentType Modifier and Type Method Description PostLaunchActionsDeploymentTypePostLaunchActions. deployment()Deployment type in which AWS Systems Manager Documents will be executed.static PostLaunchActionsDeploymentTypePostLaunchActionsDeploymentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PostLaunchActionsDeploymentTypePostLaunchActionsDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static PostLaunchActionsDeploymentType[]PostLaunchActionsDeploymentType. 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 PostLaunchActionsDeploymentType Modifier and Type Method Description static Set<PostLaunchActionsDeploymentType>PostLaunchActionsDeploymentType. knownValues()Methods in software.amazon.awssdk.services.mgn.model with parameters of type PostLaunchActionsDeploymentType Modifier and Type Method Description PostLaunchActions.BuilderPostLaunchActions.Builder. deployment(PostLaunchActionsDeploymentType deployment)Deployment type in which AWS Systems Manager Documents will be executed.
-