Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.AttributeGroup
-
Packages that use AttributeGroup Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of AttributeGroup in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return AttributeGroup Modifier and Type Method Description AttributeGroupCreateAttributeGroupResponse. attributeGroup()Information about the attribute group.AttributeGroupUpdateAttributeGroupResponse. attributeGroup()The updated information of the attribute group.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model with parameters of type AttributeGroup Modifier and Type Method Description CreateAttributeGroupResponse.BuilderCreateAttributeGroupResponse.Builder. attributeGroup(AttributeGroup attributeGroup)Information about the attribute group.UpdateAttributeGroupResponse.BuilderUpdateAttributeGroupResponse.Builder. attributeGroup(AttributeGroup attributeGroup)The updated information of the attribute group.
-