Uses of Class
software.amazon.awssdk.services.licensemanager.model.LicenseConfigurationAssociation
-
Packages that use LicenseConfigurationAssociation Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of LicenseConfigurationAssociation in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type LicenseConfigurationAssociation Modifier and Type Method Description List<LicenseConfigurationAssociation>ListAssociationsForLicenseConfigurationResponse. licenseConfigurationAssociations()Information about the associations for the license configuration.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type LicenseConfigurationAssociation Modifier and Type Method Description ListAssociationsForLicenseConfigurationResponse.BuilderListAssociationsForLicenseConfigurationResponse.Builder. licenseConfigurationAssociations(LicenseConfigurationAssociation... licenseConfigurationAssociations)Information about the associations for the license configuration.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type LicenseConfigurationAssociation Modifier and Type Method Description ListAssociationsForLicenseConfigurationResponse.BuilderListAssociationsForLicenseConfigurationResponse.Builder. licenseConfigurationAssociations(Collection<LicenseConfigurationAssociation> licenseConfigurationAssociations)Information about the associations for the license configuration.
-