Uses of Class
software.amazon.awssdk.services.licensemanager.model.OrganizationConfiguration
-
Packages that use OrganizationConfiguration Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of OrganizationConfiguration in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return OrganizationConfiguration Modifier and Type Method Description OrganizationConfigurationGetServiceSettingsResponse. organizationConfiguration()Indicates whether Organizations is integrated with License Manager for cross-account discovery.OrganizationConfigurationUpdateServiceSettingsRequest. organizationConfiguration()Enables integration with Organizations for cross-account discovery.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type OrganizationConfiguration Modifier and Type Method Description GetServiceSettingsResponse.BuilderGetServiceSettingsResponse.Builder. organizationConfiguration(OrganizationConfiguration organizationConfiguration)Indicates whether Organizations is integrated with License Manager for cross-account discovery.UpdateServiceSettingsRequest.BuilderUpdateServiceSettingsRequest.Builder. organizationConfiguration(OrganizationConfiguration organizationConfiguration)Enables integration with Organizations for cross-account discovery.
-