Uses of Class
software.amazon.awssdk.services.detective.model.MemberDisabledReason
-
Packages that use MemberDisabledReason Package Description software.amazon.awssdk.services.detective.model -
-
Uses of MemberDisabledReason in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return MemberDisabledReason Modifier and Type Method Description MemberDisabledReasonMemberDetail. disabledReason()For member accounts with a status ofACCEPTED_BUT_DISABLED, the reason that the member account is not enabled.static MemberDisabledReasonMemberDisabledReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MemberDisabledReasonMemberDisabledReason. 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.Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type MemberDisabledReason Modifier and Type Method Description static Set<MemberDisabledReason>MemberDisabledReason. knownValues()Methods in software.amazon.awssdk.services.detective.model with parameters of type MemberDisabledReason Modifier and Type Method Description MemberDetail.BuilderMemberDetail.Builder. disabledReason(MemberDisabledReason disabledReason)For member accounts with a status ofACCEPTED_BUT_DISABLED, the reason that the member account is not enabled.
-