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