Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ListAssociatedAttributeGroupsResponse
-
Packages that use ListAssociatedAttributeGroupsResponse 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 ListAssociatedAttributeGroupsResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return ListAssociatedAttributeGroupsResponse Modifier and Type Method Description default ListAssociatedAttributeGroupsResponseServiceCatalogAppRegistryClient. listAssociatedAttributeGroups(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)Lists all attribute groups that are associated with specified application.default ListAssociatedAttributeGroupsResponseServiceCatalogAppRegistryClient. listAssociatedAttributeGroups(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest)Lists all attribute groups that are associated with specified application.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type ListAssociatedAttributeGroupsResponse Modifier and Type Method Description default CompletableFuture<ListAssociatedAttributeGroupsResponse>ServiceCatalogAppRegistryAsyncClient. listAssociatedAttributeGroups(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)Lists all attribute groups that are associated with specified application.default CompletableFuture<ListAssociatedAttributeGroupsResponse>ServiceCatalogAppRegistryAsyncClient. listAssociatedAttributeGroups(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest)Lists all attribute groups that are associated with specified application. -
Uses of ListAssociatedAttributeGroupsResponse in software.amazon.awssdk.services.servicecatalogappregistry.paginators
Methods in software.amazon.awssdk.services.servicecatalogappregistry.paginators that return types with arguments of type ListAssociatedAttributeGroupsResponse Modifier and Type Method Description Iterator<ListAssociatedAttributeGroupsResponse>ListAssociatedAttributeGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.paginators with type arguments of type ListAssociatedAttributeGroupsResponse Modifier and Type Method Description voidListAssociatedAttributeGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssociatedAttributeGroupsResponse> subscriber)
-