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 ListCommandsResponse
IotClient. listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
List all commands in your account.default ListCommandsPublisher
IotAsyncClient. listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
This is a variant ofIotAsyncClient.listCommands(software.amazon.awssdk.services.iot.model.ListCommandsRequest)
operation.default ListCommandsIterable
IotClient. 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.Builder
ListCommandsRequest. builder()
ListCommandsRequest.Builder
ListCommandsRequest.Builder. commandParameterName(String commandParameterName)
A filter that can be used to display the list of commands that have a specific command parameter name.ListCommandsRequest.Builder
ListCommandsRequest.Builder. maxResults(Integer maxResults)
The maximum number of results to return in this operation.ListCommandsRequest.Builder
ListCommandsRequest.Builder. namespace(String namespace)
The namespace of the command.ListCommandsRequest.Builder
ListCommandsRequest.Builder. namespace(CommandNamespace namespace)
The namespace of the command.ListCommandsRequest.Builder
ListCommandsRequest.Builder. nextToken(String nextToken)
To retrieve the next set of results, thenextToken
value from a previous response; otherwisenull
to receive the first set of results.ListCommandsRequest.Builder
ListCommandsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListCommandsRequest.Builder
ListCommandsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListCommandsRequest.Builder
ListCommandsRequest.Builder. sortOrder(String sortOrder)
Specify whether to list the commands that you have created in the ascending or descending order.ListCommandsRequest.Builder
ListCommandsRequest.Builder. sortOrder(SortOrder sortOrder)
Specify whether to list the commands that you have created in the ascending or descending order.ListCommandsRequest.Builder
ListCommandsRequest. 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()
-