Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ListAssociatedAttributeGroupsRequest
-
Packages that use ListAssociatedAttributeGroupsRequest 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 software.amazon.awssdk.services.servicecatalogappregistry.transform -
-
Uses of ListAssociatedAttributeGroupsRequest in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry with parameters of type ListAssociatedAttributeGroupsRequest Modifier and Type Method Description default CompletableFuture<ListAssociatedAttributeGroupsResponse>ServiceCatalogAppRegistryAsyncClient. listAssociatedAttributeGroups(ListAssociatedAttributeGroupsRequest 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.default ListAssociatedAttributeGroupsPublisherServiceCatalogAppRegistryAsyncClient. listAssociatedAttributeGroupsPaginator(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest)default ListAssociatedAttributeGroupsIterableServiceCatalogAppRegistryClient. listAssociatedAttributeGroupsPaginator(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest) -
Uses of ListAssociatedAttributeGroupsRequest in software.amazon.awssdk.services.servicecatalogappregistry.paginators
Constructors in software.amazon.awssdk.services.servicecatalogappregistry.paginators with parameters of type ListAssociatedAttributeGroupsRequest Constructor Description ListAssociatedAttributeGroupsIterable(ServiceCatalogAppRegistryClient client, ListAssociatedAttributeGroupsRequest firstRequest)ListAssociatedAttributeGroupsPublisher(ServiceCatalogAppRegistryAsyncClient client, ListAssociatedAttributeGroupsRequest firstRequest) -
Uses of ListAssociatedAttributeGroupsRequest in software.amazon.awssdk.services.servicecatalogappregistry.transform
Methods in software.amazon.awssdk.services.servicecatalogappregistry.transform with parameters of type ListAssociatedAttributeGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListAssociatedAttributeGroupsRequestMarshaller. marshall(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest)
-