Uses of Enum
software.amazon.awssdk.services.ssm.model.MaintenanceWindowTaskType
Packages that use MaintenanceWindowTaskType
-
Uses of MaintenanceWindowTaskType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowTaskTypeModifier and TypeMethodDescriptionstatic MaintenanceWindowTaskTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.GetMaintenanceWindowExecutionTaskInvocationResponse.taskType()Retrieves the task type for a maintenance window.GetMaintenanceWindowTaskResponse.taskType()The type of task to run.MaintenanceWindowExecutionTaskIdentity.taskType()The type of task that ran.MaintenanceWindowExecutionTaskInvocationIdentity.taskType()The task type.RegisterTaskWithMaintenanceWindowRequest.taskType()The type of task being registered.GetMaintenanceWindowExecutionTaskResponse.type()The type of task that was run.MaintenanceWindowTask.type()The type of task.static MaintenanceWindowTaskTypeReturns the enum constant of this type with the specified name.static MaintenanceWindowTaskType[]MaintenanceWindowTaskType.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 MaintenanceWindowTaskTypeModifier and TypeMethodDescriptionstatic Set<MaintenanceWindowTaskType>MaintenanceWindowTaskType.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowTaskTypeModifier and TypeMethodDescriptionGetMaintenanceWindowExecutionTaskInvocationResponse.Builder.taskType(MaintenanceWindowTaskType taskType) Retrieves the task type for a maintenance window.GetMaintenanceWindowTaskResponse.Builder.taskType(MaintenanceWindowTaskType taskType) The type of task to run.MaintenanceWindowExecutionTaskIdentity.Builder.taskType(MaintenanceWindowTaskType taskType) The type of task that ran.MaintenanceWindowExecutionTaskInvocationIdentity.Builder.taskType(MaintenanceWindowTaskType taskType) The task type.RegisterTaskWithMaintenanceWindowRequest.Builder.taskType(MaintenanceWindowTaskType taskType) The type of task being registered.GetMaintenanceWindowExecutionTaskResponse.Builder.type(MaintenanceWindowTaskType type) The type of task that was run.MaintenanceWindowTask.Builder.type(MaintenanceWindowTaskType type) The type of task.