Uses of Class
software.amazon.awssdk.services.greengrassv2.model.GetDeploymentRequest
-
Packages that use GetDeploymentRequest 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 GetDeploymentRequest in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 with parameters of type GetDeploymentRequest Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>GreengrassV2AsyncClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets a deployment.default GetDeploymentResponseGreengrassV2Client. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets a deployment. -
Uses of GetDeploymentRequest in software.amazon.awssdk.services.greengrassv2.transform
Methods in software.amazon.awssdk.services.greengrassv2.transform with parameters of type GetDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestGetDeploymentRequestMarshaller. marshall(GetDeploymentRequest getDeploymentRequest)
-