Uses of Class
software.amazon.awssdk.services.licensemanager.model.Entitlement
-
Packages that use Entitlement Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of Entitlement in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type Entitlement Modifier and Type Method Description List<Entitlement>CreateLicenseRequest. entitlements()License entitlements.List<Entitlement>CreateLicenseVersionRequest. entitlements()License entitlements.List<Entitlement>GrantedLicense. entitlements()License entitlements.List<Entitlement>License. entitlements()License entitlements.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type Entitlement Modifier and Type Method Description CreateLicenseRequest.BuilderCreateLicenseRequest.Builder. entitlements(Entitlement... entitlements)License entitlements.CreateLicenseVersionRequest.BuilderCreateLicenseVersionRequest.Builder. entitlements(Entitlement... entitlements)License entitlements.GrantedLicense.BuilderGrantedLicense.Builder. entitlements(Entitlement... entitlements)License entitlements.License.BuilderLicense.Builder. entitlements(Entitlement... entitlements)License entitlements.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type Entitlement Modifier and Type Method Description CreateLicenseRequest.BuilderCreateLicenseRequest.Builder. entitlements(Collection<Entitlement> entitlements)License entitlements.CreateLicenseVersionRequest.BuilderCreateLicenseVersionRequest.Builder. entitlements(Collection<Entitlement> entitlements)License entitlements.GrantedLicense.BuilderGrantedLicense.Builder. entitlements(Collection<Entitlement> entitlements)License entitlements.License.BuilderLicense.Builder. entitlements(Collection<Entitlement> entitlements)License entitlements.
-