Uses of Class
software.amazon.awssdk.services.ssm.model.PatchDeploymentStatus
-
Packages that use PatchDeploymentStatus Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchDeploymentStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchDeploymentStatus Modifier and Type Method Description PatchDeploymentStatusPatchStatus. deploymentStatus()The approval status of a patch.static PatchDeploymentStatusPatchDeploymentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PatchDeploymentStatusPatchDeploymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchDeploymentStatus[]PatchDeploymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchDeploymentStatus Modifier and Type Method Description static Set<PatchDeploymentStatus>PatchDeploymentStatus. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchDeploymentStatus Modifier and Type Method Description PatchStatus.BuilderPatchStatus.Builder. deploymentStatus(PatchDeploymentStatus deploymentStatus)The approval status of a patch.
-