Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ListApplicationsRequest
-
Packages that use ListApplicationsRequest 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 software.amazon.awssdk.services.servicecatalogappregistry.transform -
-
Uses of ListApplicationsRequest in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry with parameters of type ListApplicationsRequest Modifier and Type Method Description default CompletableFuture<ListApplicationsResponse>ServiceCatalogAppRegistryAsyncClient. listApplications(ListApplicationsRequest listApplicationsRequest)Retrieves a list of all of your applications.default ListApplicationsResponseServiceCatalogAppRegistryClient. listApplications(ListApplicationsRequest listApplicationsRequest)Retrieves a list of all of your applications.default ListApplicationsPublisherServiceCatalogAppRegistryAsyncClient. listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)default ListApplicationsIterableServiceCatalogAppRegistryClient. listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest) -
Uses of ListApplicationsRequest in software.amazon.awssdk.services.servicecatalogappregistry.paginators
Constructors in software.amazon.awssdk.services.servicecatalogappregistry.paginators with parameters of type ListApplicationsRequest Constructor Description ListApplicationsIterable(ServiceCatalogAppRegistryClient client, ListApplicationsRequest firstRequest)ListApplicationsPublisher(ServiceCatalogAppRegistryAsyncClient client, ListApplicationsRequest firstRequest) -
Uses of ListApplicationsRequest in software.amazon.awssdk.services.servicecatalogappregistry.transform
Methods in software.amazon.awssdk.services.servicecatalogappregistry.transform with parameters of type ListApplicationsRequest Modifier and Type Method Description SdkHttpFullRequestListApplicationsRequestMarshaller. marshall(ListApplicationsRequest listApplicationsRequest)
-