Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.AssociateAttributeGroupResponse
-
Packages that use AssociateAttributeGroupResponse 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. -
-
Uses of AssociateAttributeGroupResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return AssociateAttributeGroupResponse Modifier and Type Method Description default AssociateAttributeGroupResponseServiceCatalogAppRegistryClient. associateAttributeGroup(Consumer<AssociateAttributeGroupRequest.Builder> associateAttributeGroupRequest)Associates an attribute group with an application to augment the application's metadata with the group's attributes.default AssociateAttributeGroupResponseServiceCatalogAppRegistryClient. associateAttributeGroup(AssociateAttributeGroupRequest associateAttributeGroupRequest)Associates an attribute group with an application to augment the application's metadata with the group's attributes.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type AssociateAttributeGroupResponse Modifier and Type Method Description default CompletableFuture<AssociateAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. associateAttributeGroup(Consumer<AssociateAttributeGroupRequest.Builder> associateAttributeGroupRequest)Associates an attribute group with an application to augment the application's metadata with the group's attributes.default CompletableFuture<AssociateAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. associateAttributeGroup(AssociateAttributeGroupRequest associateAttributeGroupRequest)Associates an attribute group with an application to augment the application's metadata with the group's attributes.
-