Uses of Interface
software.amazon.awssdk.services.ssm.model.ListCommandsRequest.Builder
-
Packages that use ListCommandsRequest.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 ListCommandsRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type ListCommandsRequest.Builder Modifier and Type Method Description default 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)Lists the commands requested by users of the Amazon Web Services account.default ListCommandsIterableSsmClient. listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest)Lists the commands requested by users of the Amazon Web Services account. -
Uses of ListCommandsRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListCommandsRequest.Builder Modifier and Type Method Description static ListCommandsRequest.BuilderListCommandsRequest. builder()ListCommandsRequest.BuilderListCommandsRequest.Builder. commandId(String commandId)(Optional) If provided, lists only the specified command.ListCommandsRequest.BuilderListCommandsRequest.Builder. filters(Collection<CommandFilter> filters)(Optional) One or more filters.ListCommandsRequest.BuilderListCommandsRequest.Builder. filters(Consumer<CommandFilter.Builder>... filters)(Optional) One or more filters.ListCommandsRequest.BuilderListCommandsRequest.Builder. filters(CommandFilter... filters)(Optional) One or more filters.ListCommandsRequest.BuilderListCommandsRequest.Builder. instanceId(String instanceId)(Optional) Lists commands issued against this managed node ID.ListCommandsRequest.BuilderListCommandsRequest.Builder. maxResults(Integer maxResults)(Optional) The maximum number of items to return for this call.ListCommandsRequest.BuilderListCommandsRequest.Builder. nextToken(String nextToken)(Optional) The token for the next set of items to return.ListCommandsRequest.BuilderListCommandsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCommandsRequest.BuilderListCommandsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCommandsRequest.BuilderListCommandsRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListCommandsRequest.Builder Modifier and Type Method Description static Class<? extends ListCommandsRequest.Builder>ListCommandsRequest. serializableBuilderClass()
-