Uses of Class
software.amazon.awssdk.services.wellarchitected.model.OrganizationSharingStatus
-
Packages that use OrganizationSharingStatus Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of OrganizationSharingStatus in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return OrganizationSharingStatus Modifier and Type Method Description static OrganizationSharingStatusOrganizationSharingStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrganizationSharingStatusUpdateGlobalSettingsRequest. organizationSharingStatus()The status of organization sharing settings.static OrganizationSharingStatusOrganizationSharingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OrganizationSharingStatus[]OrganizationSharingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type OrganizationSharingStatus Modifier and Type Method Description static Set<OrganizationSharingStatus>OrganizationSharingStatus. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type OrganizationSharingStatus Modifier and Type Method Description UpdateGlobalSettingsRequest.BuilderUpdateGlobalSettingsRequest.Builder. organizationSharingStatus(OrganizationSharingStatus organizationSharingStatus)The status of organization sharing settings.
-