| 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 |
AWSMainframeModernizationClient.listDataSets(ListDataSetsRequest request)
Lists the data sets imported for a specific application.
|
ListDataSetsResult |
AbstractAWSMainframeModernization.listDataSets(ListDataSetsRequest request) |
ListDataSetsResult |
AWSMainframeModernization.listDataSets(ListDataSetsRequest listDataSetsRequest)
Lists the data sets imported for a specific application.
|
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 |
|---|---|
ListDataSetsRequest |
ListDataSetsRequest.clone() |
ListDataSetsRequest |
ListDataSetsRequest.withApplicationId(String applicationId)
The unique identifier of the application for which you want to list the associated data sets.
|
ListDataSetsRequest |
ListDataSetsRequest.withMaxResults(Integer maxResults)
The maximum number of objects to return.
|
ListDataSetsRequest |
ListDataSetsRequest.withNameFilter(String nameFilter)
Filter dataset name matching the specified pattern.
|
ListDataSetsRequest |
ListDataSetsRequest.withNextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
ListDataSetsRequest |
ListDataSetsRequest.withPrefix(String prefix)
The prefix of the data set name, which you can use to filter the list of data sets.
|
Copyright © 2024. All rights reserved.