Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.clone() |
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withEndTime(Date endTime)
The time the invocation finished.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withExecutionId(String executionId)
The ID of the action performed in the service that actually handled the task invocation.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withInvocationId(String invocationId)
The ID of the task invocation.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withOwnerInformation(String ownerInformation)
User-provided value that was specified when the target was registered with the maintenance window.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withParameters(String parameters)
The parameters that were provided for the invocation when it was run.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withStartTime(Date startTime)
The time the invocation started.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withStatus(MaintenanceWindowExecutionStatus status)
The status of the task invocation.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withStatus(String status)
The status of the task invocation.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withStatusDetails(String statusDetails)
The details explaining the status of the task invocation.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withTaskExecutionId(String taskExecutionId)
The ID of the specific task execution in the maintenance window execution.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withTaskType(MaintenanceWindowTaskType taskType)
The task type.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withTaskType(String taskType)
The task type.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution that ran the task.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withWindowTargetId(String windowTargetId)
The ID of the target definition in this maintenance window the invocation was performed for.
|
Modifier and Type | Method and Description |
---|---|
List<MaintenanceWindowExecutionTaskInvocationIdentity> |
DescribeMaintenanceWindowExecutionTaskInvocationsResult.getWindowExecutionTaskInvocationIdentities()
Information about the task invocation results per invocation.
|
Modifier and Type | Method and Description |
---|---|
DescribeMaintenanceWindowExecutionTaskInvocationsResult |
DescribeMaintenanceWindowExecutionTaskInvocationsResult.withWindowExecutionTaskInvocationIdentities(MaintenanceWindowExecutionTaskInvocationIdentity... windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeMaintenanceWindowExecutionTaskInvocationsResult.setWindowExecutionTaskInvocationIdentities(Collection<MaintenanceWindowExecutionTaskInvocationIdentity> windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
|
DescribeMaintenanceWindowExecutionTaskInvocationsResult |
DescribeMaintenanceWindowExecutionTaskInvocationsResult.withWindowExecutionTaskInvocationIdentities(Collection<MaintenanceWindowExecutionTaskInvocationIdentity> windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
|
Copyright © 2024. All rights reserved.