| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowTaskResult |
AbstractAWSSimpleSystemsManagement.getMaintenanceWindowTask(GetMaintenanceWindowTaskRequest request) |
GetMaintenanceWindowTaskResult |
AWSSimpleSystemsManagementClient.getMaintenanceWindowTask(GetMaintenanceWindowTaskRequest request)
Retrieves the details of a maintenance window task.
|
GetMaintenanceWindowTaskResult |
AWSSimpleSystemsManagement.getMaintenanceWindowTask(GetMaintenanceWindowTaskRequest getMaintenanceWindowTaskRequest)
Retrieves the details of a maintenance window task.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMaintenanceWindowTaskResult> |
AWSSimpleSystemsManagementAsyncClient.getMaintenanceWindowTaskAsync(GetMaintenanceWindowTaskRequest request,
AsyncHandler<GetMaintenanceWindowTaskRequest,GetMaintenanceWindowTaskResult> asyncHandler) |
Future<GetMaintenanceWindowTaskResult> |
AWSSimpleSystemsManagementAsync.getMaintenanceWindowTaskAsync(GetMaintenanceWindowTaskRequest getMaintenanceWindowTaskRequest,
AsyncHandler<GetMaintenanceWindowTaskRequest,GetMaintenanceWindowTaskResult> asyncHandler)
Retrieves the details of a maintenance window task.
|
Future<GetMaintenanceWindowTaskResult> |
AbstractAWSSimpleSystemsManagementAsync.getMaintenanceWindowTaskAsync(GetMaintenanceWindowTaskRequest request,
AsyncHandler<GetMaintenanceWindowTaskRequest,GetMaintenanceWindowTaskResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.addTaskParametersEntry(String key,
MaintenanceWindowTaskParameterValueExpression value)
Add a single TaskParameters entry
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.clearTaskParametersEntries()
Removes all the entries added into TaskParameters.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.clone() |
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withAlarmConfiguration(AlarmConfiguration alarmConfiguration)
The details for the CloudWatch alarm you applied to your maintenance window task.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withCutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
The action to take on tasks when the maintenance window cutoff time is reached.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withCutoffBehavior(String cutoffBehavior)
The action to take on tasks when the maintenance window cutoff time is reached.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withDescription(String description)
The retrieved task description.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withLoggingInfo(LoggingInfo loggingInfo)
The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withMaxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run this task in parallel.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withMaxErrors(String maxErrors)
The maximum number of errors allowed before the task stops being scheduled.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withName(String name)
The retrieved task name.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withPriority(Integer priority)
The priority of the task when it runs.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withServiceRoleArn(String serviceRoleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon
Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withTargets(Collection<Target> targets)
The targets where the task should run.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withTargets(Target... targets)
The targets where the task should run.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withTaskArn(String taskArn)
The resource that the task used during execution.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withTaskInvocationParameters(MaintenanceWindowTaskInvocationParameters taskInvocationParameters)
The parameters to pass to the task when it runs.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withTaskParameters(Map<String,MaintenanceWindowTaskParameterValueExpression> taskParameters)
The parameters to pass to the task when it runs.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withTaskType(MaintenanceWindowTaskType taskType)
The type of task to run.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withTaskType(String taskType)
The type of task to run.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withWindowId(String windowId)
The retrieved maintenance window ID.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withWindowTaskId(String windowTaskId)
The retrieved maintenance window task ID.
|
Copyright © 2023. All rights reserved.