Uses of Class
software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.OrganizationIntegration
-
Packages that use OrganizationIntegration Package Description software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model -
-
Uses of OrganizationIntegration in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model that return OrganizationIntegration Modifier and Type Method Description static OrganizationIntegrationOrganizationIntegration. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrganizationIntegrationLinuxSubscriptionsDiscoverySettings. organizationIntegration()Details if you have enabled resource discovery across your accounts in Organizations.static OrganizationIntegrationOrganizationIntegration. valueOf(String name)Returns the enum constant of this type with the specified name.static OrganizationIntegration[]OrganizationIntegration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model that return types with arguments of type OrganizationIntegration Modifier and Type Method Description static Set<OrganizationIntegration>OrganizationIntegration. knownValues()Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model with parameters of type OrganizationIntegration Modifier and Type Method Description LinuxSubscriptionsDiscoverySettings.BuilderLinuxSubscriptionsDiscoverySettings.Builder. organizationIntegration(OrganizationIntegration organizationIntegration)Details if you have enabled resource discovery across your accounts in Organizations.
-