Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.CreateAttributeGroupRequest
-
Packages that use CreateAttributeGroupRequest 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 CreateAttributeGroupRequest in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry with parameters of type CreateAttributeGroupRequest Modifier and Type Method Description default CompletableFuture<CreateAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. createAttributeGroup(CreateAttributeGroupRequest 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. -
Uses of CreateAttributeGroupRequest in software.amazon.awssdk.services.servicecatalogappregistry.transform
Methods in software.amazon.awssdk.services.servicecatalogappregistry.transform with parameters of type CreateAttributeGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateAttributeGroupRequestMarshaller. marshall(CreateAttributeGroupRequest createAttributeGroupRequest)
-