| 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<ListEnvironmentsResult> |
AbstractAWSMainframeModernizationAsync.listEnvironmentsAsync(ListEnvironmentsRequest request,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler) |
Future<ListEnvironmentsResult> |
AWSMainframeModernizationAsync.listEnvironmentsAsync(ListEnvironmentsRequest listEnvironmentsRequest,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler)
Lists the runtime environments.
|
Future<ListEnvironmentsResult> |
AWSMainframeModernizationAsyncClient.listEnvironmentsAsync(ListEnvironmentsRequest request,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsRequest |
ListEnvironmentsRequest.clone() |
ListEnvironmentsRequest |
ListEnvironmentsRequest.withEngineType(EngineType engineType)
The engine type for the runtime environment.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withEngineType(String engineType)
The engine type for the runtime environment.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withMaxResults(Integer maxResults)
The maximum number of runtime environments to return.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withNames(Collection<String> names)
The names of the runtime environments.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withNames(String... names)
The names of the runtime environments.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withNextToken(String nextToken)
A pagination token to control the number of runtime environments displayed in the list.
|
Copyright © 2023. All rights reserved.