Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.GetApplicationResponse
-
Packages that use GetApplicationResponse 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. -
-
Uses of GetApplicationResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return GetApplicationResponse Modifier and Type Method Description default GetApplicationResponseServiceCatalogAppRegistryClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Retrieves metadata information about one of your applications.default GetApplicationResponseServiceCatalogAppRegistryClient. getApplication(GetApplicationRequest getApplicationRequest)Retrieves metadata information about one of your applications.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type GetApplicationResponse Modifier and Type Method Description default CompletableFuture<GetApplicationResponse>ServiceCatalogAppRegistryAsyncClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Retrieves metadata information about one of your applications.default CompletableFuture<GetApplicationResponse>ServiceCatalogAppRegistryAsyncClient. getApplication(GetApplicationRequest getApplicationRequest)Retrieves metadata information about one of your applications.
-