Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.ListCommandInvocationsResult
-
Packages that use ListCommandInvocationsResult Package Description com.amazonaws.services.simplesystemsmanagement com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of ListCommandInvocationsResult in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement that return ListCommandInvocationsResult Modifier and Type Method Description ListCommandInvocationsResultAbstractAWSSimpleSystemsManagement. listCommandInvocations(ListCommandInvocationsRequest request)ListCommandInvocationsResultAWSSimpleSystemsManagement. listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)An invocation is copy of a command sent to a specific instance.ListCommandInvocationsResultAWSSimpleSystemsManagementClient. listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)An invocation is copy of a command sent to a specific instance.Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type ListCommandInvocationsResult 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 ListCommandInvocationsResult in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return ListCommandInvocationsResult Modifier and Type Method Description ListCommandInvocationsResultListCommandInvocationsResult. clone()ListCommandInvocationsResultListCommandInvocationsResult. withCommandInvocations(CommandInvocation... commandInvocations)(Optional) A list of all invocations.ListCommandInvocationsResultListCommandInvocationsResult. withCommandInvocations(Collection<CommandInvocation> commandInvocations)(Optional) A list of all invocations.ListCommandInvocationsResultListCommandInvocationsResult. withNextToken(String nextToken)(Optional) The token for the next set of items to return.
-