Uses of Enum
software.amazon.awssdk.services.ssm.model.MaintenanceWindowExecutionStatus
Packages that use MaintenanceWindowExecutionStatus
-
Uses of MaintenanceWindowExecutionStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowExecutionStatusModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.GetMaintenanceWindowExecutionResponse.status()The status of the maintenance window execution.GetMaintenanceWindowExecutionTaskInvocationResponse.status()The task status for an invocation.GetMaintenanceWindowExecutionTaskResponse.status()The status of the task.MaintenanceWindowExecution.status()The status of the execution.MaintenanceWindowExecutionTaskIdentity.status()The status of the task execution.MaintenanceWindowExecutionTaskInvocationIdentity.status()The status of the task invocation.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 MaintenanceWindowExecutionStatusModifier and TypeMethodDescriptionstatic Set<MaintenanceWindowExecutionStatus>MaintenanceWindowExecutionStatus.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowExecutionStatusModifier and TypeMethodDescriptionGetMaintenanceWindowExecutionResponse.Builder.status(MaintenanceWindowExecutionStatus status) The status of the maintenance window execution.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder.status(MaintenanceWindowExecutionStatus status) The task status for an invocation.GetMaintenanceWindowExecutionTaskResponse.Builder.status(MaintenanceWindowExecutionStatus status) The status of the task.MaintenanceWindowExecution.Builder.status(MaintenanceWindowExecutionStatus status) The status of the execution.MaintenanceWindowExecutionTaskIdentity.Builder.status(MaintenanceWindowExecutionStatus status) The status of the task execution.MaintenanceWindowExecutionTaskInvocationIdentity.Builder.status(MaintenanceWindowExecutionStatus status) The status of the task invocation.