| 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 |
|---|---|
Future<CreateEnvironmentResult> |
AWSMainframeModernizationAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AWSMainframeModernizationAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Creates a runtime environment for a given runtime engine.
|
Future<CreateEnvironmentResult> |
AbstractAWSMainframeModernizationAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clone() |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create an environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDescription(String description)
The description of the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withEngineType(EngineType engineType)
The engine type for the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withEngineType(String engineType)
The engine type for the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withEngineVersion(String engineVersion)
The version of the engine type for the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withHighAvailabilityConfig(HighAvailabilityConfig highAvailabilityConfig)
The details of a high availability configuration for this runtime environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withInstanceType(String instanceType)
The type of instance for the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withName(String name)
The unique identifier of the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
Configures a desired maintenance window for the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withPubliclyAccessible(Boolean publiclyAccessible)
Specifies whether the environment is publicly accessible.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
The list of security groups for the VPC associated with this environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSecurityGroupIds(String... securityGroupIds)
The list of security groups for the VPC associated with this environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withStorageConfigurations(Collection<StorageConfiguration> storageConfigurations)
Optional.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withStorageConfigurations(StorageConfiguration... storageConfigurations)
Optional.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSubnetIds(Collection<String> subnetIds)
The list of subnets associated with the VPC for this environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSubnetIds(String... subnetIds)
The list of subnets associated with the VPC for this environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Map<String,String> tags)
The tags for the environment.
|
Copyright © 2022. All rights reserved.