Uses of Interface
software.amazon.awssdk.services.iot.model.DeleteCommandExecutionRequest.Builder
-
Packages that use DeleteCommandExecutionRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of DeleteCommandExecutionRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type DeleteCommandExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteCommandExecutionResponse>IotAsyncClient. deleteCommandExecution(Consumer<DeleteCommandExecutionRequest.Builder> deleteCommandExecutionRequest)Delete a command execution.default DeleteCommandExecutionResponseIotClient. deleteCommandExecution(Consumer<DeleteCommandExecutionRequest.Builder> deleteCommandExecutionRequest)Delete a command execution. -
Uses of DeleteCommandExecutionRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return DeleteCommandExecutionRequest.Builder Modifier and Type Method Description static DeleteCommandExecutionRequest.BuilderDeleteCommandExecutionRequest. builder()DeleteCommandExecutionRequest.BuilderDeleteCommandExecutionRequest.Builder. executionId(String executionId)The unique identifier of the command execution that you want to delete from your account.DeleteCommandExecutionRequest.BuilderDeleteCommandExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCommandExecutionRequest.BuilderDeleteCommandExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteCommandExecutionRequest.BuilderDeleteCommandExecutionRequest.Builder. targetArn(String targetArn)The Amazon Resource Number (ARN) of the target device for which you want to delete command executions.DeleteCommandExecutionRequest.BuilderDeleteCommandExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type DeleteCommandExecutionRequest.Builder Modifier and Type Method Description static Class<? extends DeleteCommandExecutionRequest.Builder>DeleteCommandExecutionRequest. serializableBuilderClass()
-