| 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.
|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateEnvironmentResponse |
M2Client.updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Updates the configuration details for a specific runtime environment.
|
default CompletableFuture<UpdateEnvironmentResponse> |
M2AsyncClient.updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Updates the configuration details for a specific runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.applyDuringMaintenanceWindow(Boolean applyDuringMaintenanceWindow)
Indicates whether to update the runtime environment during the maintenance window.
|
static UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.builder() |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.desiredCapacity(Integer desiredCapacity)
The desired capacity for the runtime environment to update.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.engineVersion(String engineVersion)
The version of the runtime engine for the runtime environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.environmentId(String environmentId)
The unique identifier of the runtime environment that you want to update.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.instanceType(String instanceType)
The instance type for the runtime environment to update.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
Configures the maintenance window you want for the runtime environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEnvironmentRequest.Builder> |
UpdateEnvironmentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.