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