Uses of Interface
software.amazon.awssdk.services.iot.model.GetCommandRequest.Builder
-
Packages that use GetCommandRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of GetCommandRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type GetCommandRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCommandResponse>
IotAsyncClient. getCommand(Consumer<GetCommandRequest.Builder> getCommandRequest)
Gets information about the specified command.default GetCommandResponse
IotClient. getCommand(Consumer<GetCommandRequest.Builder> getCommandRequest)
Gets information about the specified command. -
Uses of GetCommandRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return GetCommandRequest.Builder Modifier and Type Method Description static GetCommandRequest.Builder
GetCommandRequest. builder()
GetCommandRequest.Builder
GetCommandRequest.Builder. commandId(String commandId)
The unique identifier of the command for which you want to retrieve information.GetCommandRequest.Builder
GetCommandRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetCommandRequest.Builder
GetCommandRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetCommandRequest.Builder
GetCommandRequest. toBuilder()
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type GetCommandRequest.Builder Modifier and Type Method Description static Class<? extends GetCommandRequest.Builder>
GetCommandRequest. serializableBuilderClass()
-