| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2 |
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.
|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDataSetsResponse> |
M2AsyncClient.listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists the data sets imported for a specific application.
|
default ListDataSetsResponse |
M2Client.listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists the data sets imported for a specific application.
|
default ListDataSetsPublisher |
M2AsyncClient.listDataSetsPaginator(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists the data sets imported for a specific application.
|
default ListDataSetsIterable |
M2Client.listDataSetsPaginator(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
Lists the data sets imported for a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsRequest.Builder |
ListDataSetsRequest.Builder.applicationId(String applicationId)
The unique identifier of the application for which you want to list the associated data sets.
|
static ListDataSetsRequest.Builder |
ListDataSetsRequest.builder() |
ListDataSetsRequest.Builder |
ListDataSetsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects to return.
|
ListDataSetsRequest.Builder |
ListDataSetsRequest.Builder.nextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
ListDataSetsRequest.Builder |
ListDataSetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataSetsRequest.Builder |
ListDataSetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDataSetsRequest.Builder |
ListDataSetsRequest.Builder.prefix(String prefix)
The prefix of the data set name, which you can use to filter the list of data sets.
|
ListDataSetsRequest.Builder |
ListDataSetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDataSetsRequest.Builder> |
ListDataSetsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.