Uses of Class
software.amazon.awssdk.services.licensemanager.model.GetLicenseRequest
-
Packages that use GetLicenseRequest Package Description software.amazon.awssdk.services.licensemanager License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts and on-premises servers.software.amazon.awssdk.services.licensemanager.transform -
-
Uses of GetLicenseRequest in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager with parameters of type GetLicenseRequest Modifier and Type Method Description default CompletableFuture<GetLicenseResponse>LicenseManagerAsyncClient. getLicense(GetLicenseRequest getLicenseRequest)Gets detailed information about the specified license.default GetLicenseResponseLicenseManagerClient. getLicense(GetLicenseRequest getLicenseRequest)Gets detailed information about the specified license. -
Uses of GetLicenseRequest in software.amazon.awssdk.services.licensemanager.transform
Methods in software.amazon.awssdk.services.licensemanager.transform with parameters of type GetLicenseRequest Modifier and Type Method Description SdkHttpFullRequestGetLicenseRequestMarshaller. marshall(GetLicenseRequest getLicenseRequest)
-