Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.ListCommandInvocationsResult
Packages that use ListCommandInvocationsResult
Package
Description
-
Uses of ListCommandInvocationsResult in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement that return ListCommandInvocationsResultModifier 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.Methods in com.amazonaws.services.simplesystemsmanagement that return types with arguments of type ListCommandInvocationsResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.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 ListCommandInvocationsResultModifier 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 ListCommandInvocationsResult in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return ListCommandInvocationsResultModifier and TypeMethodDescriptionListCommandInvocationsResult.clone()
ListCommandInvocationsResult.withCommandInvocations
(CommandInvocation... commandInvocations) (Optional) A list of all invocations.ListCommandInvocationsResult.withCommandInvocations
(Collection<CommandInvocation> commandInvocations) (Optional) A list of all invocations.ListCommandInvocationsResult.withNextToken
(String nextToken) (Optional) The token for the next set of items to return.