Uses of Interface
software.amazon.awssdk.services.ssm.model.ListCommandInvocationsRequest.Builder
-
Packages that use ListCommandInvocationsRequest.Builder Package Description software.amazon.awssdk.services.ssm Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.software.amazon.awssdk.services.ssm.model -
-
Uses of ListCommandInvocationsRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type ListCommandInvocationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListCommandInvocationsResponse>SsmAsyncClient. listCommandInvocations(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)An invocation is copy of a command sent to a specific managed node.default ListCommandInvocationsResponseSsmClient. listCommandInvocations(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)An invocation is copy of a command sent to a specific managed node.default ListCommandInvocationsPublisherSsmAsyncClient. listCommandInvocationsPaginator(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)An invocation is copy of a command sent to a specific managed node.default ListCommandInvocationsIterableSsmClient. listCommandInvocationsPaginator(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)An invocation is copy of a command sent to a specific managed node. -
Uses of ListCommandInvocationsRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListCommandInvocationsRequest.Builder Modifier and Type Method Description static ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest. builder()ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest.Builder. commandId(String commandId)(Optional) The invocations for a specific command ID.ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest.Builder. details(Boolean details)(Optional) If set this returns the response of the command executions and any command output.ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest.Builder. filters(Collection<CommandFilter> filters)(Optional) One or more filters.ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest.Builder. filters(Consumer<CommandFilter.Builder>... filters)(Optional) One or more filters.ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest.Builder. filters(CommandFilter... filters)(Optional) One or more filters.ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest.Builder. instanceId(String instanceId)(Optional) The command execution details for a specific managed node ID.ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest.Builder. maxResults(Integer maxResults)(Optional) The maximum number of items to return for this call.ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest.Builder. nextToken(String nextToken)(Optional) The token for the next set of items to return.ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCommandInvocationsRequest.BuilderListCommandInvocationsRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListCommandInvocationsRequest.Builder Modifier and Type Method Description static Class<? extends ListCommandInvocationsRequest.Builder>ListCommandInvocationsRequest. serializableBuilderClass()
-