Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.ListCommandInvocationsRequest
Packages that use ListCommandInvocationsRequest
Package
Description
-
Uses of ListCommandInvocationsRequest in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement with parameters of type ListCommandInvocationsRequestModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagement.listCommandInvocations
(ListCommandInvocationsRequest request) AWSSimpleSystemsManagement.listCommandInvocations
(ListCommandInvocationsRequest listCommandInvocationsRequest) An invocation is copy of a command sent to a specific instance.AWSSimpleSystemsManagementClient.listCommandInvocations
(ListCommandInvocationsRequest listCommandInvocationsRequest) An invocation is copy of a command sent to a specific instance.AbstractAWSSimpleSystemsManagementAsync.listCommandInvocationsAsync
(ListCommandInvocationsRequest request) AbstractAWSSimpleSystemsManagementAsync.listCommandInvocationsAsync
(ListCommandInvocationsRequest request, AsyncHandler<ListCommandInvocationsRequest, ListCommandInvocationsResult> asyncHandler) AWSSimpleSystemsManagementAsync.listCommandInvocationsAsync
(ListCommandInvocationsRequest listCommandInvocationsRequest) An invocation is copy of a command sent to a specific instance.AWSSimpleSystemsManagementAsync.listCommandInvocationsAsync
(ListCommandInvocationsRequest listCommandInvocationsRequest, AsyncHandler<ListCommandInvocationsRequest, ListCommandInvocationsResult> asyncHandler) An invocation is copy of a command sent to a specific instance.AWSSimpleSystemsManagementAsyncClient.listCommandInvocationsAsync
(ListCommandInvocationsRequest request) AWSSimpleSystemsManagementAsyncClient.listCommandInvocationsAsync
(ListCommandInvocationsRequest request, AsyncHandler<ListCommandInvocationsRequest, ListCommandInvocationsResult> asyncHandler) Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type ListCommandInvocationsRequestModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.listCommandInvocationsAsync
(ListCommandInvocationsRequest request, AsyncHandler<ListCommandInvocationsRequest, ListCommandInvocationsResult> asyncHandler) AWSSimpleSystemsManagementAsync.listCommandInvocationsAsync
(ListCommandInvocationsRequest listCommandInvocationsRequest, AsyncHandler<ListCommandInvocationsRequest, ListCommandInvocationsResult> asyncHandler) An invocation is copy of a command sent to a specific instance.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 ListCommandInvocationsRequestModifier and TypeMethodDescriptionListCommandInvocationsRequest.clone()
ListCommandInvocationsRequest.withCommandId
(String commandId) (Optional) The invocations for a specific command ID.ListCommandInvocationsRequest.withDetails
(Boolean details) (Optional) If set this returns the response of the command executions and any command output.ListCommandInvocationsRequest.withFilters
(CommandFilter... filters) (Optional) One or more filters.ListCommandInvocationsRequest.withFilters
(Collection<CommandFilter> filters) (Optional) One or more filters.ListCommandInvocationsRequest.withInstanceId
(String instanceId) (Optional) The command execution details for a specific instance ID.ListCommandInvocationsRequest.withMaxResults
(Integer maxResults) (Optional) The maximum number of items to return for this call.ListCommandInvocationsRequest.withNextToken
(String nextToken) (Optional) The token for the next set of items to return.