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