| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement |
Amazon Web Services Snow Device Management documentation.
|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeExecutionResult |
AWSSnowDeviceManagementClient.describeExecution(DescribeExecutionRequest request)
Checks the status of a remote task running on one or more target devices.
|
DescribeExecutionResult |
AbstractAWSSnowDeviceManagement.describeExecution(DescribeExecutionRequest request) |
DescribeExecutionResult |
AWSSnowDeviceManagement.describeExecution(DescribeExecutionRequest describeExecutionRequest)
Checks the status of a remote task running on one or more target devices.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeExecutionResult> |
AbstractAWSSnowDeviceManagementAsync.describeExecutionAsync(DescribeExecutionRequest request,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler) |
Future<DescribeExecutionResult> |
AWSSnowDeviceManagementAsync.describeExecutionAsync(DescribeExecutionRequest describeExecutionRequest,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler)
Checks the status of a remote task running on one or more target devices.
|
Future<DescribeExecutionResult> |
AWSSnowDeviceManagementAsyncClient.describeExecutionAsync(DescribeExecutionRequest request,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeExecutionResult |
DescribeExecutionResult.clone() |
DescribeExecutionResult |
DescribeExecutionResult.withExecutionId(String executionId)
The ID of the execution.
|
DescribeExecutionResult |
DescribeExecutionResult.withLastUpdatedAt(Date lastUpdatedAt)
When the status of the execution was last updated.
|
DescribeExecutionResult |
DescribeExecutionResult.withManagedDeviceId(String managedDeviceId)
The ID of the managed device that the task is being executed on.
|
DescribeExecutionResult |
DescribeExecutionResult.withStartedAt(Date startedAt)
When the execution began.
|
DescribeExecutionResult |
DescribeExecutionResult.withState(ExecutionState state)
The current state of the execution.
|
DescribeExecutionResult |
DescribeExecutionResult.withState(String state)
The current state of the execution.
|
DescribeExecutionResult |
DescribeExecutionResult.withTaskId(String taskId)
The ID of the task being executed on the device.
|
Copyright © 2024. All rights reserved.