Uses of Class
software.amazon.awssdk.services.greengrassv2.model.GetDeploymentResponse
-
Packages that use GetDeploymentResponse Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices. -
-
Uses of GetDeploymentResponse in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return GetDeploymentResponse Modifier and Type Method Description default GetDeploymentResponseGreengrassV2Client. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets a deployment.default GetDeploymentResponseGreengrassV2Client. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets a deployment.Methods in software.amazon.awssdk.services.greengrassv2 that return types with arguments of type GetDeploymentResponse Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>GreengrassV2AsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets a deployment.default CompletableFuture<GetDeploymentResponse>GreengrassV2AsyncClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets a deployment.
-