Uses of Class
software.amazon.awssdk.services.m2.model.CreateDeploymentResponse
-
Packages that use CreateDeploymentResponse Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments. -
-
Uses of CreateDeploymentResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return CreateDeploymentResponse Modifier and Type Method Description default CreateDeploymentResponseM2Client. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates and starts a deployment to deploy an application into a runtime environment.default CreateDeploymentResponseM2Client. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates and starts a deployment to deploy an application into a runtime environment.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type CreateDeploymentResponse Modifier and Type Method Description default CompletableFuture<CreateDeploymentResponse>M2AsyncClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates and starts a deployment to deploy an application into a runtime environment.default CompletableFuture<CreateDeploymentResponse>M2AsyncClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates and starts a deployment to deploy an application into a runtime environment.
-