Uses of Interface
software.amazon.awssdk.services.iot.model.ListCommandsRequest.Builder
-
Packages that use ListCommandsRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListCommandsRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type ListCommandsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListCommandsResponse>IotAsyncClient. listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest)List all commands in your account.default ListCommandsResponseIotClient. listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest)List all commands in your account.default ListCommandsPublisherIotAsyncClient. listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest)This is a variant ofIotAsyncClient.listCommands(software.amazon.awssdk.services.iot.model.ListCommandsRequest)operation.default ListCommandsIterableIotClient. listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest)This is a variant ofIotClient.listCommands(software.amazon.awssdk.services.iot.model.ListCommandsRequest)operation. -
Uses of ListCommandsRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListCommandsRequest.Builder Modifier and Type Method Description static ListCommandsRequest.BuilderListCommandsRequest. builder()ListCommandsRequest.BuilderListCommandsRequest.Builder. commandParameterName(String commandParameterName)A filter that can be used to display the list of commands that have a specific command parameter name.ListCommandsRequest.BuilderListCommandsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in this operation.ListCommandsRequest.BuilderListCommandsRequest.Builder. namespace(String namespace)The namespace of the command.ListCommandsRequest.BuilderListCommandsRequest.Builder. namespace(CommandNamespace namespace)The namespace of the command.ListCommandsRequest.BuilderListCommandsRequest.Builder. nextToken(String nextToken)To retrieve the next set of results, thenextTokenvalue from a previous response; otherwisenullto receive the first set of results.ListCommandsRequest.BuilderListCommandsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCommandsRequest.BuilderListCommandsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCommandsRequest.BuilderListCommandsRequest.Builder. sortOrder(String sortOrder)Specify whether to list the commands that you have created in the ascending or descending order.ListCommandsRequest.BuilderListCommandsRequest.Builder. sortOrder(SortOrder sortOrder)Specify whether to list the commands that you have created in the ascending or descending order.ListCommandsRequest.BuilderListCommandsRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListCommandsRequest.Builder Modifier and Type Method Description static Class<? extends ListCommandsRequest.Builder>ListCommandsRequest. serializableBuilderClass()
-