Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.DescribeExecutionResponse
-
Packages that use DescribeExecutionResponse Package Description software.amazon.awssdk.services.snowdevicemanagement Amazon Web Services Snow Device Management documentation. -
-
Uses of DescribeExecutionResponse in software.amazon.awssdk.services.snowdevicemanagement
Methods in software.amazon.awssdk.services.snowdevicemanagement that return DescribeExecutionResponse Modifier and Type Method Description default DescribeExecutionResponseSnowDeviceManagementClient. describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)Checks the status of a remote task running on one or more target devices.default DescribeExecutionResponseSnowDeviceManagementClient. describeExecution(DescribeExecutionRequest describeExecutionRequest)Checks the status of a remote task running on one or more target devices.Methods in software.amazon.awssdk.services.snowdevicemanagement that return types with arguments of type DescribeExecutionResponse Modifier and Type Method Description default CompletableFuture<DescribeExecutionResponse>SnowDeviceManagementAsyncClient. describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)Checks the status of a remote task running on one or more target devices.default CompletableFuture<DescribeExecutionResponse>SnowDeviceManagementAsyncClient. describeExecution(DescribeExecutionRequest describeExecutionRequest)Checks the status of a remote task running on one or more target devices.
-