Uses of Interface
software.amazon.awssdk.services.ssm.model.ListCommandInvocationsRequest.Builder
Packages that use ListCommandInvocationsRequest.Builder
Package
Description
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.
-
Uses of ListCommandInvocationsRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type ListCommandInvocationsRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.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) This is a variant ofSsmAsyncClient.listCommandInvocations(software.amazon.awssdk.services.ssm.model.ListCommandInvocationsRequest)operation.default ListCommandInvocationsIterableSsmClient.listCommandInvocationsPaginator(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest) This is a variant ofSsmClient.listCommandInvocations(software.amazon.awssdk.services.ssm.model.ListCommandInvocationsRequest)operation. -
Uses of ListCommandInvocationsRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListCommandInvocationsRequest.BuilderModifier and TypeMethodDescriptionListCommandInvocationsRequest.builder()(Optional) The invocations for a specific command ID.(Optional) If set this returns the response of the command executions and any command output.ListCommandInvocationsRequest.Builder.filters(Collection<CommandFilter> filters) (Optional) One or more filters.ListCommandInvocationsRequest.Builder.filters(Consumer<CommandFilter.Builder>... filters) (Optional) One or more filters.ListCommandInvocationsRequest.Builder.filters(CommandFilter... filters) (Optional) One or more filters.ListCommandInvocationsRequest.Builder.instanceId(String instanceId) (Optional) The command execution details for a specific managed node ID.ListCommandInvocationsRequest.Builder.maxResults(Integer maxResults) (Optional) The maximum number of items to return for this call.(Optional) The token for the next set of items to return.ListCommandInvocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListCommandInvocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListCommandInvocationsRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListCommandInvocationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListCommandInvocationsRequest.Builder>ListCommandInvocationsRequest.serializableBuilderClass()