Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ListAttributeGroupsResponse
-
Packages that use ListAttributeGroupsResponse 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 ListAttributeGroupsResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return ListAttributeGroupsResponse Modifier and Type Method Description default ListAttributeGroupsResponseServiceCatalogAppRegistryClient. listAttributeGroups(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)Lists all attribute groups which you have access to.default ListAttributeGroupsResponseServiceCatalogAppRegistryClient. listAttributeGroups(ListAttributeGroupsRequest listAttributeGroupsRequest)Lists all attribute groups which you have access to.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type ListAttributeGroupsResponse Modifier and Type Method Description default CompletableFuture<ListAttributeGroupsResponse>ServiceCatalogAppRegistryAsyncClient. listAttributeGroups(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)Lists all attribute groups which you have access to.default CompletableFuture<ListAttributeGroupsResponse>ServiceCatalogAppRegistryAsyncClient. listAttributeGroups(ListAttributeGroupsRequest listAttributeGroupsRequest)Lists all attribute groups which you have access to. -
Uses of ListAttributeGroupsResponse in software.amazon.awssdk.services.servicecatalogappregistry.paginators
Methods in software.amazon.awssdk.services.servicecatalogappregistry.paginators that return types with arguments of type ListAttributeGroupsResponse Modifier and Type Method Description Iterator<ListAttributeGroupsResponse>ListAttributeGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.paginators with type arguments of type ListAttributeGroupsResponse Modifier and Type Method Description voidListAttributeGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAttributeGroupsResponse> subscriber)
-