Uses of Class
software.amazon.awssdk.services.m2.model.ListApplicationsRequest
-
Packages that use ListApplicationsRequest 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.paginators software.amazon.awssdk.services.m2.transform -
-
Uses of ListApplicationsRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type ListApplicationsRequest Modifier and Type Method Description default CompletableFuture<ListApplicationsResponse>M2AsyncClient. listApplications(ListApplicationsRequest listApplicationsRequest)Lists the applications associated with a specific Amazon Web Services account.default ListApplicationsResponseM2Client. listApplications(ListApplicationsRequest listApplicationsRequest)Lists the applications associated with a specific Amazon Web Services account.default ListApplicationsPublisherM2AsyncClient. listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)Lists the applications associated with a specific Amazon Web Services account.default ListApplicationsIterableM2Client. listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)Lists the applications associated with a specific Amazon Web Services account. -
Uses of ListApplicationsRequest in software.amazon.awssdk.services.m2.paginators
Constructors in software.amazon.awssdk.services.m2.paginators with parameters of type ListApplicationsRequest Constructor Description ListApplicationsIterable(M2Client client, ListApplicationsRequest firstRequest)ListApplicationsPublisher(M2AsyncClient client, ListApplicationsRequest firstRequest) -
Uses of ListApplicationsRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type ListApplicationsRequest Modifier and Type Method Description SdkHttpFullRequestListApplicationsRequestMarshaller. marshall(ListApplicationsRequest listApplicationsRequest)
-