Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseServer
-
Packages that use LicenseServer Package Description software.amazon.awssdk.services.licensemanagerusersubscriptions.model -
-
Uses of LicenseServer in software.amazon.awssdk.services.licensemanagerusersubscriptions.model
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return types with arguments of type LicenseServer Modifier and Type Method Description List<LicenseServer>LicenseServerEndpoint. licenseServers()An array ofLicenseServerresources that represent the license servers that are accessed through this endpoint.Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model with parameters of type LicenseServer Modifier and Type Method Description LicenseServerEndpoint.BuilderLicenseServerEndpoint.Builder. licenseServers(LicenseServer... licenseServers)An array ofLicenseServerresources that represent the license servers that are accessed through this endpoint.Method parameters in software.amazon.awssdk.services.licensemanagerusersubscriptions.model with type arguments of type LicenseServer Modifier and Type Method Description LicenseServerEndpoint.BuilderLicenseServerEndpoint.Builder. licenseServers(Collection<LicenseServer> licenseServers)An array ofLicenseServerresources that represent the license servers that are accessed through this endpoint.
-