Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.CreateAttributeGroupResponse.Builder
-
Packages that use CreateAttributeGroupResponse.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of CreateAttributeGroupResponse.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return CreateAttributeGroupResponse.Builder Modifier and Type Method Description default CreateAttributeGroupResponse.BuilderCreateAttributeGroupResponse.Builder. attributeGroup(Consumer<AttributeGroup.Builder> attributeGroup)Information about the attribute group.CreateAttributeGroupResponse.BuilderCreateAttributeGroupResponse.Builder. attributeGroup(AttributeGroup attributeGroup)Information about the attribute group.static CreateAttributeGroupResponse.BuilderCreateAttributeGroupResponse. builder()CreateAttributeGroupResponse.BuilderCreateAttributeGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type CreateAttributeGroupResponse.Builder Modifier and Type Method Description static Class<? extends CreateAttributeGroupResponse.Builder>CreateAttributeGroupResponse. serializableBuilderClass()
-