| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization |
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.
|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentResult |
AWSMainframeModernizationClient.createDeployment(CreateDeploymentRequest request)
Creates and starts a deployment to deploy an application into a runtime environment.
|
CreateDeploymentResult |
AWSMainframeModernization.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates and starts a deployment to deploy an application into a runtime environment.
|
CreateDeploymentResult |
AbstractAWSMainframeModernization.createDeployment(CreateDeploymentRequest request) |
Future<CreateDeploymentResult> |
AWSMainframeModernizationAsyncClient.createDeploymentAsync(CreateDeploymentRequest request) |
Future<CreateDeploymentResult> |
AWSMainframeModernizationAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest)
Creates and starts a deployment to deploy an application into a runtime environment.
|
Future<CreateDeploymentResult> |
AbstractAWSMainframeModernizationAsync.createDeploymentAsync(CreateDeploymentRequest request) |
Future<CreateDeploymentResult> |
AWSMainframeModernizationAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSMainframeModernizationAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Creates and starts a deployment to deploy an application into a runtime environment.
|
Future<CreateDeploymentResult> |
AbstractAWSMainframeModernizationAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDeploymentResult> |
AWSMainframeModernizationAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSMainframeModernizationAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Creates and starts a deployment to deploy an application into a runtime environment.
|
Future<CreateDeploymentResult> |
AbstractAWSMainframeModernizationAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.clone() |
CreateDeploymentRequest |
CreateDeploymentRequest.withApplicationId(String applicationId)
The application identifier.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withApplicationVersion(Integer applicationVersion)
The version of the application to deploy.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withEnvironmentId(String environmentId)
The identifier of the runtime environment where you want to deploy this application.
|
Copyright © 2023. All rights reserved.