Uses of Class
software.amazon.awssdk.services.greengrass.model.CreateDeploymentResponse
-
Packages that use CreateDeploymentResponse Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. -
-
Uses of CreateDeploymentResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return CreateDeploymentResponse Modifier and Type Method Description default CreateDeploymentResponseGreengrassClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates a deployment.default CreateDeploymentResponseGreengrassClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a deployment.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type CreateDeploymentResponse Modifier and Type Method Description default CompletableFuture<CreateDeploymentResponse>GreengrassAsyncClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates a deployment.default CompletableFuture<CreateDeploymentResponse>GreengrassAsyncClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a deployment.
-