Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ListAttributeGroupsForApplicationRequest
-
Packages that use ListAttributeGroupsForApplicationRequest 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 ListAttributeGroupsForApplicationRequest in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry with parameters of type ListAttributeGroupsForApplicationRequest Modifier and Type Method Description default CompletableFuture<ListAttributeGroupsForApplicationResponse>ServiceCatalogAppRegistryAsyncClient. listAttributeGroupsForApplication(ListAttributeGroupsForApplicationRequest 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.default ListAttributeGroupsForApplicationPublisherServiceCatalogAppRegistryAsyncClient. listAttributeGroupsForApplicationPaginator(ListAttributeGroupsForApplicationRequest listAttributeGroupsForApplicationRequest)Lists the details of all attribute groups associated with a specific application.default ListAttributeGroupsForApplicationIterableServiceCatalogAppRegistryClient. listAttributeGroupsForApplicationPaginator(ListAttributeGroupsForApplicationRequest listAttributeGroupsForApplicationRequest)Lists the details of all attribute groups associated with a specific application. -
Uses of ListAttributeGroupsForApplicationRequest in software.amazon.awssdk.services.servicecatalogappregistry.paginators
Constructors in software.amazon.awssdk.services.servicecatalogappregistry.paginators with parameters of type ListAttributeGroupsForApplicationRequest Constructor Description ListAttributeGroupsForApplicationIterable(ServiceCatalogAppRegistryClient client, ListAttributeGroupsForApplicationRequest firstRequest)ListAttributeGroupsForApplicationPublisher(ServiceCatalogAppRegistryAsyncClient client, ListAttributeGroupsForApplicationRequest firstRequest) -
Uses of ListAttributeGroupsForApplicationRequest in software.amazon.awssdk.services.servicecatalogappregistry.transform
Methods in software.amazon.awssdk.services.servicecatalogappregistry.transform with parameters of type ListAttributeGroupsForApplicationRequest Modifier and Type Method Description SdkHttpFullRequestListAttributeGroupsForApplicationRequestMarshaller. marshall(ListAttributeGroupsForApplicationRequest listAttributeGroupsForApplicationRequest)
-