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 ListCommandInvocationsResult
AbstractAWSSimpleSystemsManagement. listCommandInvocations(ListCommandInvocationsRequest request)
ListCommandInvocationsResult
AWSSimpleSystemsManagement. listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.ListCommandInvocationsResult
AWSSimpleSystemsManagementClient. 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 ListCommandInvocationsResult
ListCommandInvocationsResult. clone()
ListCommandInvocationsResult
ListCommandInvocationsResult. withCommandInvocations(CommandInvocation... commandInvocations)
(Optional) A list of all invocations.ListCommandInvocationsResult
ListCommandInvocationsResult. withCommandInvocations(Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.ListCommandInvocationsResult
ListCommandInvocationsResult. withNextToken(String nextToken)
(Optional) The token for the next set of items to return.
-