| 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 |
|---|---|
ListDataSetsResult |
AbstractAWSMainframeModernization.listDataSets(ListDataSetsRequest request) |
ListDataSetsResult |
AWSMainframeModernization.listDataSets(ListDataSetsRequest listDataSetsRequest)
Lists the data sets imported for a specific application.
|
ListDataSetsResult |
AWSMainframeModernizationClient.listDataSets(ListDataSetsRequest request)
Lists the data sets imported for a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDataSetsResult> |
AWSMainframeModernizationAsyncClient.listDataSetsAsync(ListDataSetsRequest request) |
Future<ListDataSetsResult> |
AWSMainframeModernizationAsync.listDataSetsAsync(ListDataSetsRequest listDataSetsRequest)
Lists the data sets imported for a specific application.
|
Future<ListDataSetsResult> |
AbstractAWSMainframeModernizationAsync.listDataSetsAsync(ListDataSetsRequest request) |
Future<ListDataSetsResult> |
AWSMainframeModernizationAsyncClient.listDataSetsAsync(ListDataSetsRequest request,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler) |
Future<ListDataSetsResult> |
AWSMainframeModernizationAsync.listDataSetsAsync(ListDataSetsRequest listDataSetsRequest,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler)
Lists the data sets imported for a specific application.
|
Future<ListDataSetsResult> |
AbstractAWSMainframeModernizationAsync.listDataSetsAsync(ListDataSetsRequest request,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDataSetsResult> |
AWSMainframeModernizationAsyncClient.listDataSetsAsync(ListDataSetsRequest request,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler) |
Future<ListDataSetsResult> |
AWSMainframeModernizationAsync.listDataSetsAsync(ListDataSetsRequest listDataSetsRequest,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler)
Lists the data sets imported for a specific application.
|
Future<ListDataSetsResult> |
AbstractAWSMainframeModernizationAsync.listDataSetsAsync(ListDataSetsRequest request,
AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsResult |
ListDataSetsResult.clone() |
ListDataSetsResult |
ListDataSetsResult.withDataSets(Collection<DataSetSummary> dataSets)
The list of data sets, containing information including the creation time, the data set name, the data set
organization, the data set format, and the last time the data set was referenced or updated.
|
ListDataSetsResult |
ListDataSetsResult.withDataSets(DataSetSummary... dataSets)
The list of data sets, containing information including the creation time, the data set name, the data set
organization, the data set format, and the last time the data set was referenced or updated.
|
ListDataSetsResult |
ListDataSetsResult.withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to
retrieve the next set of items.
|
Copyright © 2023. All rights reserved.