Uses of Class
software.amazon.awssdk.services.greengrassv2.model.CreateDeploymentResponse
-
Packages that use CreateDeploymentResponse 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 CreateDeploymentResponse in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return CreateDeploymentResponse Modifier and Type Method Description default CreateDeploymentResponseGreengrassV2Client. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices.default CreateDeploymentResponseGreengrassV2Client. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices.Methods in software.amazon.awssdk.services.greengrassv2 that return types with arguments of type CreateDeploymentResponse Modifier and Type Method Description default CompletableFuture<CreateDeploymentResponse>GreengrassV2AsyncClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices.default CompletableFuture<CreateDeploymentResponse>GreengrassV2AsyncClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices.
-