Uses of Interface
software.amazon.awssdk.services.marketplaceagreement.model.GrantItem.Builder
-
Packages that use GrantItem.Builder Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of GrantItem.Builder in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return GrantItem.Builder Modifier and Type Method Description static GrantItem.BuilderGrantItem. builder()GrantItem.BuilderGrantItem.Builder. dimensionKey(String dimensionKey)Unique dimension key defined in the product document.GrantItem.BuilderGrantItem.Builder. maxQuantity(Integer maxQuantity)Maximum amount of capacity that the buyer can be entitled to the given dimension of the product.GrantItem.BuilderGrantItem. toBuilder()Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type GrantItem.Builder Modifier and Type Method Description static Class<? extends GrantItem.Builder>GrantItem. serializableBuilderClass()
-