Uses of Class
software.amazon.awssdk.services.licensemanager.model.GrantedLicense
-
Packages that use GrantedLicense Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of GrantedLicense in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type GrantedLicense Modifier and Type Method Description List<GrantedLicense>ListReceivedLicensesForOrganizationResponse. licenses()Lists the licenses the organization has received.List<GrantedLicense>ListReceivedLicensesResponse. licenses()Received license details.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type GrantedLicense Modifier and Type Method Description ListReceivedLicensesForOrganizationResponse.BuilderListReceivedLicensesForOrganizationResponse.Builder. licenses(GrantedLicense... licenses)Lists the licenses the organization has received.ListReceivedLicensesResponse.BuilderListReceivedLicensesResponse.Builder. licenses(GrantedLicense... licenses)Received license details.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type GrantedLicense Modifier and Type Method Description ListReceivedLicensesForOrganizationResponse.BuilderListReceivedLicensesForOrganizationResponse.Builder. licenses(Collection<GrantedLicense> licenses)Lists the licenses the organization has received.ListReceivedLicensesResponse.BuilderListReceivedLicensesResponse.Builder. licenses(Collection<GrantedLicense> licenses)Received license details.
-