Uses of Class
software.amazon.awssdk.services.greengrassv2.model.DeleteDeploymentRequest
-
Packages that use DeleteDeploymentRequest Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.software.amazon.awssdk.services.greengrassv2.transform -
-
Uses of DeleteDeploymentRequest in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 with parameters of type DeleteDeploymentRequest Modifier and Type Method Description default CompletableFuture<DeleteDeploymentResponse>GreengrassV2AsyncClient. deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)Deletes a deployment.default DeleteDeploymentResponseGreengrassV2Client. deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)Deletes a deployment. -
Uses of DeleteDeploymentRequest in software.amazon.awssdk.services.greengrassv2.transform
Methods in software.amazon.awssdk.services.greengrassv2.transform with parameters of type DeleteDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDeploymentRequestMarshaller. marshall(DeleteDeploymentRequest deleteDeploymentRequest)
-