Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.GetAttributeGroupResponse
-
Packages that use GetAttributeGroupResponse 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 GetAttributeGroupResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return GetAttributeGroupResponse Modifier and Type Method Description default GetAttributeGroupResponseServiceCatalogAppRegistryClient. getAttributeGroup(Consumer<GetAttributeGroupRequest.Builder> getAttributeGroupRequest)Retrieves an attribute group by its ARN, ID, or name.default GetAttributeGroupResponseServiceCatalogAppRegistryClient. getAttributeGroup(GetAttributeGroupRequest getAttributeGroupRequest)Retrieves an attribute group by its ARN, ID, or name.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type GetAttributeGroupResponse Modifier and Type Method Description default CompletableFuture<GetAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. getAttributeGroup(Consumer<GetAttributeGroupRequest.Builder> getAttributeGroupRequest)Retrieves an attribute group by its ARN, ID, or name.default CompletableFuture<GetAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. getAttributeGroup(GetAttributeGroupRequest getAttributeGroupRequest)Retrieves an attribute group by its ARN, ID, or name.
-