Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.ListCommandInvocationsRequest
-
Packages that use ListCommandInvocationsRequest Package Description com.amazonaws.services.simplesystemsmanagement com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of ListCommandInvocationsRequest in com.amazonaws.services.simplesystemsmanagement
Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type ListCommandInvocationsRequest Modifier and Type Method Description Future<ListCommandInvocationsResult>
AbstractAWSSimpleSystemsManagementAsync. 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 instance.Future<ListCommandInvocationsResult>
AWSSimpleSystemsManagementAsyncClient. listCommandInvocationsAsync(ListCommandInvocationsRequest request, AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler)
-
Uses of ListCommandInvocationsRequest in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return ListCommandInvocationsRequest Modifier and Type Method 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(CommandFilter... filters)
(Optional) One or more filters.ListCommandInvocationsRequest
ListCommandInvocationsRequest. withFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.ListCommandInvocationsRequest
ListCommandInvocationsRequest. withInstanceId(String instanceId)
(Optional) The command execution details for a specific instance 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.
-