| 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 |
|---|---|
GetEnvironmentResult |
AWSMainframeModernizationClient.getEnvironment(GetEnvironmentRequest request)
Describes a specific runtime environment.
|
GetEnvironmentResult |
AbstractAWSMainframeModernization.getEnvironment(GetEnvironmentRequest request) |
GetEnvironmentResult |
AWSMainframeModernization.getEnvironment(GetEnvironmentRequest getEnvironmentRequest)
Describes a specific runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEnvironmentResult> |
AWSMainframeModernizationAsyncClient.getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler) |
Future<GetEnvironmentResult> |
AWSMainframeModernizationAsync.getEnvironmentAsync(GetEnvironmentRequest getEnvironmentRequest,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler)
Describes a specific runtime environment.
|
Future<GetEnvironmentResult> |
AbstractAWSMainframeModernizationAsync.getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentResult |
GetEnvironmentResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetEnvironmentResult |
GetEnvironmentResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetEnvironmentResult |
GetEnvironmentResult.clone() |
GetEnvironmentResult |
GetEnvironmentResult.withActualCapacity(Integer actualCapacity)
The number of instances included in the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withCreationTime(Date creationTime)
The timestamp when the runtime environment was created.
|
GetEnvironmentResult |
GetEnvironmentResult.withDescription(String description)
The description of the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withEngineType(EngineType engineType)
The target platform for the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withEngineType(String engineType)
The target platform for the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withEngineVersion(String engineVersion)
The version of the runtime engine.
|
GetEnvironmentResult |
GetEnvironmentResult.withEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withEnvironmentId(String environmentId)
The unique identifier of the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withHighAvailabilityConfig(HighAvailabilityConfig highAvailabilityConfig)
The desired capacity of the high availability configuration for the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withInstanceType(String instanceType)
The type of instance underlying the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withKmsKeyId(String kmsKeyId)
The identifier of a customer managed key.
|
GetEnvironmentResult |
GetEnvironmentResult.withLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) for the load balancer used with the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withName(String name)
The name of the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withPendingMaintenance(PendingMaintenance pendingMaintenance)
Indicates the pending maintenance scheduled on this environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
Configures the maintenance window you want for the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withPubliclyAccessible(Boolean publiclyAccessible)
Whether applications running in this runtime environment are publicly accessible.
|
GetEnvironmentResult |
GetEnvironmentResult.withSecurityGroupIds(Collection<String> securityGroupIds)
The unique identifiers of the security groups assigned to this runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withSecurityGroupIds(String... securityGroupIds)
The unique identifiers of the security groups assigned to this runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withStatus(EnvironmentLifecycle status)
The status of the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withStatus(String status)
The status of the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withStatusReason(String statusReason)
The reason for the reported status.
|
GetEnvironmentResult |
GetEnvironmentResult.withStorageConfigurations(Collection<StorageConfiguration> storageConfigurations)
The storage configurations defined for the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withStorageConfigurations(StorageConfiguration... storageConfigurations)
The storage configurations defined for the runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withSubnetIds(Collection<String> subnetIds)
The unique identifiers of the subnets assigned to this runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withSubnetIds(String... subnetIds)
The unique identifiers of the subnets assigned to this runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withTags(Map<String,String> tags)
The tags defined for this runtime environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withVpcId(String vpcId)
The unique identifier for the VPC used with this runtime environment.
|
Copyright © 2023. All rights reserved.