Uses of Class
software.amazon.awssdk.services.licensemanager.model.LicenseConversionContext
-
Packages that use LicenseConversionContext Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of LicenseConversionContext in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return LicenseConversionContext Modifier and Type Method Description LicenseConversionContextCreateLicenseConversionTaskForResourceRequest. destinationLicenseContext()Information that identifies the license type you are converting to.LicenseConversionContextGetLicenseConversionTaskResponse. destinationLicenseContext()Information about the license type converted to.LicenseConversionContextLicenseConversionTask. destinationLicenseContext()Information about the license type this conversion task converted to.LicenseConversionContextCreateLicenseConversionTaskForResourceRequest. sourceLicenseContext()Information that identifies the license type you are converting from.LicenseConversionContextGetLicenseConversionTaskResponse. sourceLicenseContext()Information about the license type converted from.LicenseConversionContextLicenseConversionTask. sourceLicenseContext()Information about the license type this conversion task converted from.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type LicenseConversionContext Modifier and Type Method Description CreateLicenseConversionTaskForResourceRequest.BuilderCreateLicenseConversionTaskForResourceRequest.Builder. destinationLicenseContext(LicenseConversionContext destinationLicenseContext)Information that identifies the license type you are converting to.GetLicenseConversionTaskResponse.BuilderGetLicenseConversionTaskResponse.Builder. destinationLicenseContext(LicenseConversionContext destinationLicenseContext)Information about the license type converted to.LicenseConversionTask.BuilderLicenseConversionTask.Builder. destinationLicenseContext(LicenseConversionContext destinationLicenseContext)Information about the license type this conversion task converted to.CreateLicenseConversionTaskForResourceRequest.BuilderCreateLicenseConversionTaskForResourceRequest.Builder. sourceLicenseContext(LicenseConversionContext sourceLicenseContext)Information that identifies the license type you are converting from.GetLicenseConversionTaskResponse.BuilderGetLicenseConversionTaskResponse.Builder. sourceLicenseContext(LicenseConversionContext sourceLicenseContext)Information about the license type converted from.LicenseConversionTask.BuilderLicenseConversionTask.Builder. sourceLicenseContext(LicenseConversionContext sourceLicenseContext)Information about the license type this conversion task converted from.
-