Uses of Interface
software.amazon.awssdk.services.licensemanager.model.OrganizationConfiguration.Builder
-
Packages that use OrganizationConfiguration.Builder Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of OrganizationConfiguration.Builder in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return OrganizationConfiguration.Builder Modifier and Type Method Description static OrganizationConfiguration.BuilderOrganizationConfiguration. builder()OrganizationConfiguration.BuilderOrganizationConfiguration.Builder. enableIntegration(Boolean enableIntegration)Enables Organizations integration.OrganizationConfiguration.BuilderOrganizationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type OrganizationConfiguration.Builder Modifier and Type Method Description static Class<? extends OrganizationConfiguration.Builder>OrganizationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type OrganizationConfiguration.Builder Modifier and Type Method Description default GetServiceSettingsResponse.BuilderGetServiceSettingsResponse.Builder. organizationConfiguration(Consumer<OrganizationConfiguration.Builder> organizationConfiguration)Indicates whether Organizations is integrated with License Manager for cross-account discovery.default UpdateServiceSettingsRequest.BuilderUpdateServiceSettingsRequest.Builder. organizationConfiguration(Consumer<OrganizationConfiguration.Builder> organizationConfiguration)Enables integration with Organizations for cross-account discovery.
-