Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.CreateAttributeGroupResponse
-
Packages that use CreateAttributeGroupResponse 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 CreateAttributeGroupResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return CreateAttributeGroupResponse Modifier and Type Method Description default CreateAttributeGroupResponseServiceCatalogAppRegistryClient. createAttributeGroup(Consumer<CreateAttributeGroupRequest.Builder> createAttributeGroupRequest)Creates a new attribute group as a container for user-defined attributes.default CreateAttributeGroupResponseServiceCatalogAppRegistryClient. createAttributeGroup(CreateAttributeGroupRequest createAttributeGroupRequest)Creates a new attribute group as a container for user-defined attributes.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type CreateAttributeGroupResponse Modifier and Type Method Description default CompletableFuture<CreateAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. createAttributeGroup(Consumer<CreateAttributeGroupRequest.Builder> createAttributeGroupRequest)Creates a new attribute group as a container for user-defined attributes.default CompletableFuture<CreateAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. createAttributeGroup(CreateAttributeGroupRequest createAttributeGroupRequest)Creates a new attribute group as a container for user-defined attributes.
-