Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ListApplicationsResponse
-
Packages that use ListApplicationsResponse Package Description software.amazon.awssdk.services.servicecatalogappregistry Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources.software.amazon.awssdk.services.servicecatalogappregistry.paginators -
-
Uses of ListApplicationsResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return ListApplicationsResponse Modifier and Type Method Description default ListApplicationsResponseServiceCatalogAppRegistryClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)Retrieves a list of all of your applications.default ListApplicationsResponseServiceCatalogAppRegistryClient. listApplications(ListApplicationsRequest listApplicationsRequest)Retrieves a list of all of your applications.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type ListApplicationsResponse Modifier and Type Method Description default CompletableFuture<ListApplicationsResponse>ServiceCatalogAppRegistryAsyncClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)Retrieves a list of all of your applications.default CompletableFuture<ListApplicationsResponse>ServiceCatalogAppRegistryAsyncClient. listApplications(ListApplicationsRequest listApplicationsRequest)Retrieves a list of all of your applications. -
Uses of ListApplicationsResponse in software.amazon.awssdk.services.servicecatalogappregistry.paginators
Methods in software.amazon.awssdk.services.servicecatalogappregistry.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.servicecatalogappregistry.paginators with type arguments of type ListApplicationsResponse Modifier and Type Method Description voidListApplicationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListApplicationsResponse> subscriber)
-