Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowExecutionStatus
-
Packages that use MaintenanceWindowExecutionStatus Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of MaintenanceWindowExecutionStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowExecutionStatus Modifier and Type Method Description static MaintenanceWindowExecutionStatusMaintenanceWindowExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MaintenanceWindowExecutionStatusGetMaintenanceWindowExecutionResponse. status()The status of the maintenance window execution.MaintenanceWindowExecutionStatusGetMaintenanceWindowExecutionTaskInvocationResponse. status()The task status for an invocation.MaintenanceWindowExecutionStatusGetMaintenanceWindowExecutionTaskResponse. status()The status of the task.MaintenanceWindowExecutionStatusMaintenanceWindowExecution. status()The status of the execution.MaintenanceWindowExecutionStatusMaintenanceWindowExecutionTaskIdentity. status()The status of the task execution.MaintenanceWindowExecutionStatusMaintenanceWindowExecutionTaskInvocationIdentity. status()The status of the task invocation.static MaintenanceWindowExecutionStatusMaintenanceWindowExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceWindowExecutionStatus[]MaintenanceWindowExecutionStatus. 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 MaintenanceWindowExecutionStatus Modifier and Type Method Description static Set<MaintenanceWindowExecutionStatus>MaintenanceWindowExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowExecutionStatus Modifier and Type Method Description GetMaintenanceWindowExecutionResponse.BuilderGetMaintenanceWindowExecutionResponse.Builder. status(MaintenanceWindowExecutionStatus status)The status of the maintenance window execution.GetMaintenanceWindowExecutionTaskInvocationResponse.BuilderGetMaintenanceWindowExecutionTaskInvocationResponse.Builder. status(MaintenanceWindowExecutionStatus status)The task status for an invocation.GetMaintenanceWindowExecutionTaskResponse.BuilderGetMaintenanceWindowExecutionTaskResponse.Builder. status(MaintenanceWindowExecutionStatus status)The status of the task.MaintenanceWindowExecution.BuilderMaintenanceWindowExecution.Builder. status(MaintenanceWindowExecutionStatus status)The status of the execution.MaintenanceWindowExecutionTaskIdentity.BuilderMaintenanceWindowExecutionTaskIdentity.Builder. status(MaintenanceWindowExecutionStatus status)The status of the task execution.MaintenanceWindowExecutionTaskInvocationIdentity.BuilderMaintenanceWindowExecutionTaskInvocationIdentity.Builder. status(MaintenanceWindowExecutionStatus status)The status of the task invocation.
-