Uses of Class
software.amazon.awssdk.services.opsworks.model.CreateDeploymentRequest
-
Packages that use CreateDeploymentRequest Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.transform -
-
Uses of CreateDeploymentRequest in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks with parameters of type CreateDeploymentRequest Modifier and Type Method Description default CompletableFuture<CreateDeploymentResponse>OpsWorksAsyncClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Runs deployment or stack commands.default CreateDeploymentResponseOpsWorksClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Runs deployment or stack commands. -
Uses of CreateDeploymentRequest in software.amazon.awssdk.services.opsworks.transform
Methods in software.amazon.awssdk.services.opsworks.transform with parameters of type CreateDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestCreateDeploymentRequestMarshaller. marshall(CreateDeploymentRequest createDeploymentRequest)
-