| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetCommandInvocationResult |
AWSSimpleSystemsManagement.getCommandInvocation(GetCommandInvocationRequest getCommandInvocationRequest)
Returns detailed information about command execution for an invocation or plugin.
|
GetCommandInvocationResult |
AbstractAWSSimpleSystemsManagement.getCommandInvocation(GetCommandInvocationRequest request) |
GetCommandInvocationResult |
AWSSimpleSystemsManagementClient.getCommandInvocation(GetCommandInvocationRequest request)
Returns detailed information about command execution for an invocation or plugin.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCommandInvocationResult> |
AWSSimpleSystemsManagementAsyncClient.getCommandInvocationAsync(GetCommandInvocationRequest request,
AsyncHandler<GetCommandInvocationRequest,GetCommandInvocationResult> asyncHandler) |
Future<GetCommandInvocationResult> |
AWSSimpleSystemsManagementAsync.getCommandInvocationAsync(GetCommandInvocationRequest getCommandInvocationRequest,
AsyncHandler<GetCommandInvocationRequest,GetCommandInvocationResult> asyncHandler)
Returns detailed information about command execution for an invocation or plugin.
|
Future<GetCommandInvocationResult> |
AbstractAWSSimpleSystemsManagementAsync.getCommandInvocationAsync(GetCommandInvocationRequest request,
AsyncHandler<GetCommandInvocationRequest,GetCommandInvocationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCommandInvocationResult |
GetCommandInvocationResult.clone() |
GetCommandInvocationResult |
GetCommandInvocationResult.withCommandId(String commandId)
The parent command ID of the invocation plugin.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withComment(String comment)
The comment text for the command.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withDocumentName(String documentName)
The name of the document that was executed.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withExecutionElapsedTime(String executionElapsedTime)
Duration since ExecutionStartDateTime.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withExecutionEndDateTime(String executionEndDateTime)
The date and time the plugin was finished executing.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withExecutionStartDateTime(String executionStartDateTime)
The date and time the plugin started executing.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withInstanceId(String instanceId)
The ID of the managed instance targeted by the command.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withPluginName(String pluginName)
The name of the plugin for which you want detailed results.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withResponseCode(Integer responseCode)
The error level response code for the plugin script.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withStandardErrorContent(String standardErrorContent)
The first 8,000 characters written by the plugin to stderr.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withStandardErrorUrl(String standardErrorUrl)
The URL for the complete text written by the plugin to stderr.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withStandardOutputContent(String standardOutputContent)
The first 24,000 characters written by the plugin to stdout.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withStandardOutputUrl(String standardOutputUrl)
The URL for the complete text written by the plugin to stdout in Amazon S3.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withStatus(CommandInvocationStatus status)
The status of the parent command for this invocation.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withStatus(String status)
The status of the parent command for this invocation.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withStatusDetails(String statusDetails)
A detailed status of the command execution for an invocation.
|
Copyright © 2017. All rights reserved.