Uses of Interface
software.amazon.awssdk.services.iot.model.GetCommandExecutionRequest.Builder
-
Packages that use GetCommandExecutionRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of GetCommandExecutionRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type GetCommandExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCommandExecutionResponse>IotAsyncClient. getCommandExecution(Consumer<GetCommandExecutionRequest.Builder> getCommandExecutionRequest)Gets information about the specific command execution on a single device.default GetCommandExecutionResponseIotClient. getCommandExecution(Consumer<GetCommandExecutionRequest.Builder> getCommandExecutionRequest)Gets information about the specific command execution on a single device. -
Uses of GetCommandExecutionRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return GetCommandExecutionRequest.Builder Modifier and Type Method Description static GetCommandExecutionRequest.BuilderGetCommandExecutionRequest. builder()GetCommandExecutionRequest.BuilderGetCommandExecutionRequest.Builder. executionId(String executionId)The unique identifier for the command execution.GetCommandExecutionRequest.BuilderGetCommandExecutionRequest.Builder. includeResult(Boolean includeResult)Can be used to specify whether to include the result of the command execution in theGetCommandExecutionAPI response.GetCommandExecutionRequest.BuilderGetCommandExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCommandExecutionRequest.BuilderGetCommandExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCommandExecutionRequest.BuilderGetCommandExecutionRequest.Builder. targetArn(String targetArn)The Amazon Resource Number (ARN) of the device on which the command execution is being performed.GetCommandExecutionRequest.BuilderGetCommandExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type GetCommandExecutionRequest.Builder Modifier and Type Method Description static Class<? extends GetCommandExecutionRequest.Builder>GetCommandExecutionRequest. serializableBuilderClass()
-