Uses of Class
software.amazon.awssdk.services.guardduty.model.AutoEnableMembers
-
Packages that use AutoEnableMembers Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of AutoEnableMembers in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return AutoEnableMembers Modifier and Type Method Description AutoEnableMembersDescribeOrganizationConfigurationResponse. autoEnableOrganizationMembers()Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.AutoEnableMembersUpdateOrganizationConfigurationRequest. autoEnableOrganizationMembers()Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.static AutoEnableMembersAutoEnableMembers. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoEnableMembersAutoEnableMembers. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoEnableMembers[]AutoEnableMembers. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type AutoEnableMembers Modifier and Type Method Description static Set<AutoEnableMembers>AutoEnableMembers. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type AutoEnableMembers Modifier and Type Method Description DescribeOrganizationConfigurationResponse.BuilderDescribeOrganizationConfigurationResponse.Builder. autoEnableOrganizationMembers(AutoEnableMembers autoEnableOrganizationMembers)Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.UpdateOrganizationConfigurationRequest.BuilderUpdateOrganizationConfigurationRequest.Builder. autoEnableOrganizationMembers(AutoEnableMembers autoEnableOrganizationMembers)Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
-