Uses of Class
software.amazon.awssdk.services.marketplaceentitlement.model.Entitlement
-
Packages that use Entitlement Package Description software.amazon.awssdk.services.marketplaceentitlement.model -
-
Uses of Entitlement in software.amazon.awssdk.services.marketplaceentitlement.model
Methods in software.amazon.awssdk.services.marketplaceentitlement.model that return types with arguments of type Entitlement Modifier and Type Method Description List<Entitlement>GetEntitlementsResponse. entitlements()The set of entitlements found through the GetEntitlements operation.Methods in software.amazon.awssdk.services.marketplaceentitlement.model with parameters of type Entitlement Modifier and Type Method Description GetEntitlementsResponse.BuilderGetEntitlementsResponse.Builder. entitlements(Entitlement... entitlements)The set of entitlements found through the GetEntitlements operation.Method parameters in software.amazon.awssdk.services.marketplaceentitlement.model with type arguments of type Entitlement Modifier and Type Method Description GetEntitlementsResponse.BuilderGetEntitlementsResponse.Builder. entitlements(Collection<Entitlement> entitlements)The set of entitlements found through the GetEntitlements operation.
-