Uses of Class
software.amazon.awssdk.services.licensemanager.model.ConsumptionConfiguration
-
Packages that use ConsumptionConfiguration Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of ConsumptionConfiguration in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return ConsumptionConfiguration Modifier and Type Method Description ConsumptionConfigurationCreateLicenseRequest. consumptionConfiguration()Configuration for consumption of the license.ConsumptionConfigurationCreateLicenseVersionRequest. consumptionConfiguration()Configuration for consumption of the license.ConsumptionConfigurationGrantedLicense. consumptionConfiguration()Configuration for consumption of the license.ConsumptionConfigurationLicense. consumptionConfiguration()Configuration for consumption of the license.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type ConsumptionConfiguration Modifier and Type Method Description CreateLicenseRequest.BuilderCreateLicenseRequest.Builder. consumptionConfiguration(ConsumptionConfiguration consumptionConfiguration)Configuration for consumption of the license.CreateLicenseVersionRequest.BuilderCreateLicenseVersionRequest.Builder. consumptionConfiguration(ConsumptionConfiguration consumptionConfiguration)Configuration for consumption of the license.GrantedLicense.BuilderGrantedLicense.Builder. consumptionConfiguration(ConsumptionConfiguration consumptionConfiguration)Configuration for consumption of the license.License.BuilderLicense.Builder. consumptionConfiguration(ConsumptionConfiguration consumptionConfiguration)Configuration for consumption of the license.
-