| 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 |
|---|---|
Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsyncClient.listCommandInvocationsAsync(ListCommandInvocationsRequest request,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler) |
Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest listCommandInvocationsRequest,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler)
An invocation is copy of a command sent to a specific managed node.
|
Future<ListCommandInvocationsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest request,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.clone() |
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withCommandId(String commandId)
(Optional) The invocations for a specific command ID.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withDetails(Boolean details)
(Optional) If set this returns the response of the command executions and any command output.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withFilters(CommandFilter... filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withInstanceId(String instanceId)
(Optional) The command execution details for a specific managed node ID.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withMaxResults(Integer maxResults)
(Optional) The maximum number of items to return for this call.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withNextToken(String nextToken)
(Optional) The token for the next set of items to return.
|
Copyright © 2023. All rights reserved.