Uses of Class
software.amazon.awssdk.services.m2.model.ListApplicationsResponse
-
Packages that use ListApplicationsResponse 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 -
-
Uses of ListApplicationsResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return ListApplicationsResponse Modifier and Type Method Description default ListApplicationsResponseM2Client. listApplications(Consumer<ListApplicationsRequest.Builder> 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.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type ListApplicationsResponse Modifier and Type Method Description default CompletableFuture<ListApplicationsResponse>M2AsyncClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)Lists the applications associated with a specific Amazon Web Services account.default CompletableFuture<ListApplicationsResponse>M2AsyncClient. listApplications(ListApplicationsRequest listApplicationsRequest)Lists the applications associated with a specific Amazon Web Services account. -
Uses of ListApplicationsResponse in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.paginators that return types with arguments of type ListApplicationsResponse Modifier and Type Method Description Iterator<ListApplicationsResponse>ListApplicationsIterable. iterator()Method parameters in software.amazon.awssdk.services.m2.paginators with type arguments of type ListApplicationsResponse Modifier and Type Method Description voidListApplicationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListApplicationsResponse> subscriber)
-