| 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 |
|---|---|
UpdateEnvironmentResult |
AWSMainframeModernizationClient.updateEnvironment(UpdateEnvironmentRequest request)
Updates the configuration details for a specific runtime environment.
|
UpdateEnvironmentResult |
AWSMainframeModernization.updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
Updates the configuration details for a specific runtime environment.
|
UpdateEnvironmentResult |
AbstractAWSMainframeModernization.updateEnvironment(UpdateEnvironmentRequest request) |
Future<UpdateEnvironmentResult> |
AWSMainframeModernizationAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request) |
Future<UpdateEnvironmentResult> |
AbstractAWSMainframeModernizationAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request) |
Future<UpdateEnvironmentResult> |
AWSMainframeModernizationAsync.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest)
Updates the configuration details for a specific runtime environment.
|
Future<UpdateEnvironmentResult> |
AWSMainframeModernizationAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AbstractAWSMainframeModernizationAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AWSMainframeModernizationAsync.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Updates the configuration details for a specific runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEnvironmentResult> |
AWSMainframeModernizationAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AbstractAWSMainframeModernizationAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AWSMainframeModernizationAsync.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Updates the configuration details for a specific runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.clone() |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withApplyDuringMaintenanceWindow(Boolean applyDuringMaintenanceWindow)
Indicates whether to update the runtime environment during the maintenance window.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDesiredCapacity(Integer desiredCapacity)
The desired capacity for the runtime environment to update.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withEngineVersion(String engineVersion)
The version of the runtime engine for the runtime environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withEnvironmentId(String environmentId)
The unique identifier of the runtime environment that you want to update.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withInstanceType(String instanceType)
The instance type for the runtime environment to update.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
Configures the maintenance window you want for the runtime environment.
|
Copyright © 2023. All rights reserved.