Uses of Class
software.amazon.awssdk.services.licensemanager.model.EntitlementData
-
Packages that use EntitlementData Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of EntitlementData in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type EntitlementData Modifier and Type Method Description List<EntitlementData>CheckoutBorrowLicenseRequest. entitlements()License entitlements.List<EntitlementData>CheckoutLicenseRequest. entitlements()License entitlements.List<EntitlementData>CheckoutBorrowLicenseResponse. entitlementsAllowed()Allowed license entitlements.List<EntitlementData>CheckoutLicenseResponse. entitlementsAllowed()Allowed license entitlements.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type EntitlementData Modifier and Type Method Description CheckoutBorrowLicenseRequest.BuilderCheckoutBorrowLicenseRequest.Builder. entitlements(EntitlementData... entitlements)License entitlements.CheckoutLicenseRequest.BuilderCheckoutLicenseRequest.Builder. entitlements(EntitlementData... entitlements)License entitlements.CheckoutBorrowLicenseResponse.BuilderCheckoutBorrowLicenseResponse.Builder. entitlementsAllowed(EntitlementData... entitlementsAllowed)Allowed license entitlements.CheckoutLicenseResponse.BuilderCheckoutLicenseResponse.Builder. entitlementsAllowed(EntitlementData... entitlementsAllowed)Allowed license entitlements.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type EntitlementData Modifier and Type Method Description CheckoutBorrowLicenseRequest.BuilderCheckoutBorrowLicenseRequest.Builder. entitlements(Collection<EntitlementData> entitlements)License entitlements.CheckoutLicenseRequest.BuilderCheckoutLicenseRequest.Builder. entitlements(Collection<EntitlementData> entitlements)License entitlements.CheckoutBorrowLicenseResponse.BuilderCheckoutBorrowLicenseResponse.Builder. entitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)Allowed license entitlements.CheckoutLicenseResponse.BuilderCheckoutLicenseResponse.Builder. entitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)Allowed license entitlements.
-