Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowTaskType
-
Packages that use MaintenanceWindowTaskType Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of MaintenanceWindowTaskType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowTaskType Modifier and Type Method Description static MaintenanceWindowTaskTypeMaintenanceWindowTaskType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MaintenanceWindowTaskTypeGetMaintenanceWindowExecutionTaskInvocationResponse. taskType()Retrieves the task type for a maintenance window.MaintenanceWindowTaskTypeGetMaintenanceWindowTaskResponse. taskType()The type of task to run.MaintenanceWindowTaskTypeMaintenanceWindowExecutionTaskIdentity. taskType()The type of task that ran.MaintenanceWindowTaskTypeMaintenanceWindowExecutionTaskInvocationIdentity. taskType()The task type.MaintenanceWindowTaskTypeRegisterTaskWithMaintenanceWindowRequest. taskType()The type of task being registered.MaintenanceWindowTaskTypeGetMaintenanceWindowExecutionTaskResponse. type()The type of task that was run.MaintenanceWindowTaskTypeMaintenanceWindowTask. type()The type of task.static MaintenanceWindowTaskTypeMaintenanceWindowTaskType. valueOf(String name)Returns 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 MaintenanceWindowTaskType Modifier and Type Method Description static Set<MaintenanceWindowTaskType>MaintenanceWindowTaskType. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowTaskType Modifier and Type Method Description GetMaintenanceWindowExecutionTaskInvocationResponse.BuilderGetMaintenanceWindowExecutionTaskInvocationResponse.Builder. taskType(MaintenanceWindowTaskType taskType)Retrieves the task type for a maintenance window.GetMaintenanceWindowTaskResponse.BuilderGetMaintenanceWindowTaskResponse.Builder. taskType(MaintenanceWindowTaskType taskType)The type of task to run.MaintenanceWindowExecutionTaskIdentity.BuilderMaintenanceWindowExecutionTaskIdentity.Builder. taskType(MaintenanceWindowTaskType taskType)The type of task that ran.MaintenanceWindowExecutionTaskInvocationIdentity.BuilderMaintenanceWindowExecutionTaskInvocationIdentity.Builder. taskType(MaintenanceWindowTaskType taskType)The task type.RegisterTaskWithMaintenanceWindowRequest.BuilderRegisterTaskWithMaintenanceWindowRequest.Builder. taskType(MaintenanceWindowTaskType taskType)The type of task being registered.GetMaintenanceWindowExecutionTaskResponse.BuilderGetMaintenanceWindowExecutionTaskResponse.Builder. type(MaintenanceWindowTaskType type)The type of task that was run.MaintenanceWindowTask.BuilderMaintenanceWindowTask.Builder. type(MaintenanceWindowTaskType type)The type of task.
-