Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.GetConfigurationResponse
-
Packages that use GetConfigurationResponse 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 GetConfigurationResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return GetConfigurationResponse Modifier and Type Method Description default GetConfigurationResponseServiceCatalogAppRegistryClient. getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)Retrieves aTagKeyconfiguration from an account.default GetConfigurationResponseServiceCatalogAppRegistryClient. getConfiguration(GetConfigurationRequest getConfigurationRequest)Retrieves aTagKeyconfiguration from an account.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type GetConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetConfigurationResponse>ServiceCatalogAppRegistryAsyncClient. getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)Retrieves aTagKeyconfiguration from an account.default CompletableFuture<GetConfigurationResponse>ServiceCatalogAppRegistryAsyncClient. getConfiguration(GetConfigurationRequest getConfigurationRequest)Retrieves aTagKeyconfiguration from an account.
-