| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
AutoEnableMembers |
DescribeOrganizationConfigurationResponse.autoEnableOrganizationMembers()
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
AutoEnableMembers |
UpdateOrganizationConfigurationRequest.autoEnableOrganizationMembers()
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
static AutoEnableMembers |
AutoEnableMembers.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AutoEnableMembers |
AutoEnableMembers.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AutoEnableMembers> |
AutoEnableMembers.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationConfigurationResponse.Builder |
DescribeOrganizationConfigurationResponse.Builder.autoEnableOrganizationMembers(AutoEnableMembers autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
UpdateOrganizationConfigurationRequest.Builder |
UpdateOrganizationConfigurationRequest.Builder.autoEnableOrganizationMembers(AutoEnableMembers autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
Copyright © 2023. All rights reserved.