Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ListAttributeGroupsForApplicationResponse
-
Packages that use ListAttributeGroupsForApplicationResponse 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 ListAttributeGroupsForApplicationResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return ListAttributeGroupsForApplicationResponse Modifier and Type Method Description default ListAttributeGroupsForApplicationResponseServiceCatalogAppRegistryClient. listAttributeGroupsForApplication(Consumer<ListAttributeGroupsForApplicationRequest.Builder> listAttributeGroupsForApplicationRequest)Lists the details of all attribute groups associated with a specific application.default ListAttributeGroupsForApplicationResponseServiceCatalogAppRegistryClient. listAttributeGroupsForApplication(ListAttributeGroupsForApplicationRequest listAttributeGroupsForApplicationRequest)Lists the details of all attribute groups associated with a specific application.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type ListAttributeGroupsForApplicationResponse Modifier and Type Method Description default CompletableFuture<ListAttributeGroupsForApplicationResponse>ServiceCatalogAppRegistryAsyncClient. listAttributeGroupsForApplication(Consumer<ListAttributeGroupsForApplicationRequest.Builder> listAttributeGroupsForApplicationRequest)Lists the details of all attribute groups associated with a specific application.default CompletableFuture<ListAttributeGroupsForApplicationResponse>ServiceCatalogAppRegistryAsyncClient. listAttributeGroupsForApplication(ListAttributeGroupsForApplicationRequest listAttributeGroupsForApplicationRequest)Lists the details of all attribute groups associated with a specific application. -
Uses of ListAttributeGroupsForApplicationResponse in software.amazon.awssdk.services.servicecatalogappregistry.paginators
Methods in software.amazon.awssdk.services.servicecatalogappregistry.paginators that return types with arguments of type ListAttributeGroupsForApplicationResponse Modifier and Type Method Description Iterator<ListAttributeGroupsForApplicationResponse>ListAttributeGroupsForApplicationIterable. iterator()Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.paginators with type arguments of type ListAttributeGroupsForApplicationResponse Modifier and Type Method Description voidListAttributeGroupsForApplicationPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAttributeGroupsForApplicationResponse> subscriber)
-