Uses of Class
software.amazon.awssdk.services.m2.model.ListApplicationVersionsResponse
-
Packages that use ListApplicationVersionsResponse 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 ListApplicationVersionsResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return ListApplicationVersionsResponse Modifier and Type Method Description default ListApplicationVersionsResponseM2Client. listApplicationVersions(Consumer<ListApplicationVersionsRequest.Builder> listApplicationVersionsRequest)Returns a list of the application versions for a specific application.default ListApplicationVersionsResponseM2Client. listApplicationVersions(ListApplicationVersionsRequest listApplicationVersionsRequest)Returns a list of the application versions for a specific application.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type ListApplicationVersionsResponse Modifier and Type Method Description default CompletableFuture<ListApplicationVersionsResponse>M2AsyncClient. listApplicationVersions(Consumer<ListApplicationVersionsRequest.Builder> listApplicationVersionsRequest)Returns a list of the application versions for a specific application.default CompletableFuture<ListApplicationVersionsResponse>M2AsyncClient. listApplicationVersions(ListApplicationVersionsRequest listApplicationVersionsRequest)Returns a list of the application versions for a specific application. -
Uses of ListApplicationVersionsResponse in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.paginators that return types with arguments of type ListApplicationVersionsResponse Modifier and Type Method Description Iterator<ListApplicationVersionsResponse>ListApplicationVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.m2.paginators with type arguments of type ListApplicationVersionsResponse Modifier and Type Method Description voidListApplicationVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListApplicationVersionsResponse> subscriber)
-