Uses of Interface
software.amazon.awssdk.services.ssm.model.ListCommandsRequest.Builder
Packages that use ListCommandsRequest.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 ListCommandsRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type ListCommandsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListCommandsResponse>SsmAsyncClient.listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest) Lists the commands requested by users of the Amazon Web Services account.default ListCommandsResponseSsmClient.listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest) Lists the commands requested by users of the Amazon Web Services account.default ListCommandsPublisherSsmAsyncClient.listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest) This is a variant ofSsmAsyncClient.listCommands(software.amazon.awssdk.services.ssm.model.ListCommandsRequest)operation.default ListCommandsIterableSsmClient.listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest) This is a variant ofSsmClient.listCommands(software.amazon.awssdk.services.ssm.model.ListCommandsRequest)operation. -
Uses of ListCommandsRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListCommandsRequest.BuilderModifier and TypeMethodDescriptionstatic ListCommandsRequest.BuilderListCommandsRequest.builder()(Optional) If provided, lists only the specified command.ListCommandsRequest.Builder.filters(Collection<CommandFilter> filters) (Optional) One or more filters.ListCommandsRequest.Builder.filters(Consumer<CommandFilter.Builder>... filters) (Optional) One or more filters.ListCommandsRequest.Builder.filters(CommandFilter... filters) (Optional) One or more filters.ListCommandsRequest.Builder.instanceId(String instanceId) (Optional) Lists commands issued against this managed node ID.ListCommandsRequest.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.ListCommandsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListCommandsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListCommandsRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListCommandsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListCommandsRequest.Builder>ListCommandsRequest.serializableBuilderClass()