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 ListCommandInvocationsRequestListCommandInvocationsRequest. clone()ListCommandInvocationsRequestListCommandInvocationsRequest. withCommandId(String commandId)(Optional) The invocations for a specific command ID.ListCommandInvocationsRequestListCommandInvocationsRequest. withDetails(Boolean details)(Optional) If set this returns the response of the command executions and any command output.ListCommandInvocationsRequestListCommandInvocationsRequest. withFilters(CommandFilter... filters)(Optional) One or more filters.ListCommandInvocationsRequestListCommandInvocationsRequest. withFilters(Collection<CommandFilter> filters)(Optional) One or more filters.ListCommandInvocationsRequestListCommandInvocationsRequest. withInstanceId(String instanceId)(Optional) The command execution details for a specific instance ID.ListCommandInvocationsRequestListCommandInvocationsRequest. withMaxResults(Integer maxResults)(Optional) The maximum number of items to return for this call.ListCommandInvocationsRequestListCommandInvocationsRequest. withNextToken(String nextToken)(Optional) The token for the next set of items to return.
-