| Package | Description |
|---|---|
| software.amazon.awssdk.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
MemberDisabledReason |
MemberDetail.disabledReason()
For member accounts with a status of
ACCEPTED_BUT_DISABLED, the reason that the member account is
not enabled. |
static MemberDisabledReason |
MemberDisabledReason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static MemberDisabledReason |
MemberDisabledReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberDisabledReason[] |
MemberDisabledReason.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<MemberDisabledReason> |
MemberDisabledReason.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MemberDetail.Builder |
MemberDetail.Builder.disabledReason(MemberDisabledReason disabledReason)
For member accounts with a status of
ACCEPTED_BUT_DISABLED, the reason that the member account
is not enabled. |
Copyright © 2020. All rights reserved.