| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model | |
| com.amazonaws.services.simplesystemsmanagement.waiters |
| Modifier and Type | Method and Description |
|---|---|
GetCommandInvocationResult |
AbstractAWSSimpleSystemsManagement.getCommandInvocation(GetCommandInvocationRequest request) |
GetCommandInvocationResult |
AWSSimpleSystemsManagementClient.getCommandInvocation(GetCommandInvocationRequest request)
Returns detailed information about command execution for an invocation or plugin.
|
GetCommandInvocationResult |
AWSSimpleSystemsManagement.getCommandInvocation(GetCommandInvocationRequest getCommandInvocationRequest)
Returns detailed information about command execution for an invocation or plugin.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCommandInvocationResult> |
AbstractAWSSimpleSystemsManagementAsync.getCommandInvocationAsync(GetCommandInvocationRequest request,
AsyncHandler<GetCommandInvocationRequest,GetCommandInvocationResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GetCommandInvocationResult |
GetCommandInvocationResult.clone() |
GetCommandInvocationResult |
GetCommandInvocationResult.withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where Systems Manager sent the command output.
|
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 run.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withDocumentVersion(String documentVersion)
The Systems Manager document (SSM document) version used in the request.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withExecutionElapsedTime(String executionElapsedTime)
Duration since
ExecutionStartDateTime. |
GetCommandInvocationResult |
GetCommandInvocationResult.withExecutionEndDateTime(String executionEndDateTime)
The date and time the plugin finished running.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withExecutionStartDateTime(String executionStartDateTime)
The date and time the plugin started running.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withInstanceId(String instanceId)
The ID of the managed node targeted by the command.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withPluginName(String pluginName)
The name of the plugin, or step name, for which details are reported.
|
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 Simple Storage Service
(Amazon S3). |
GetCommandInvocationResult |
GetCommandInvocationResult.withStatus(CommandInvocationStatus status)
The status of this invocation plugin.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withStatus(String status)
The status of this invocation plugin.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withStatusDetails(String statusDetails)
A detailed status of the command execution for an invocation.
|
| Modifier and Type | Method and Description |
|---|---|
GetCommandInvocationResult |
GetCommandInvocationFunction.apply(GetCommandInvocationRequest getCommandInvocationRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2022. All rights reserved.