Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.ServiceCatalogAppRegistryClient
-
Packages that use ServiceCatalogAppRegistryClient 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 ServiceCatalogAppRegistryClient in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return ServiceCatalogAppRegistryClient Modifier and Type Method Description static ServiceCatalogAppRegistryClientServiceCatalogAppRegistryClient. create()Create aServiceCatalogAppRegistryClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ServiceCatalogAppRegistryClient in software.amazon.awssdk.services.servicecatalogappregistry.paginators
Constructors in software.amazon.awssdk.services.servicecatalogappregistry.paginators with parameters of type ServiceCatalogAppRegistryClient Constructor Description ListApplicationsIterable(ServiceCatalogAppRegistryClient client, ListApplicationsRequest firstRequest)ListAssociatedAttributeGroupsIterable(ServiceCatalogAppRegistryClient client, ListAssociatedAttributeGroupsRequest firstRequest)ListAssociatedResourcesIterable(ServiceCatalogAppRegistryClient client, ListAssociatedResourcesRequest firstRequest)ListAttributeGroupsForApplicationIterable(ServiceCatalogAppRegistryClient client, ListAttributeGroupsForApplicationRequest firstRequest)ListAttributeGroupsIterable(ServiceCatalogAppRegistryClient client, ListAttributeGroupsRequest firstRequest)
-