Uses of Class
software.amazon.awssdk.services.securityir.model.MembershipAccountRelationshipStatus
-
Packages that use MembershipAccountRelationshipStatus Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of MembershipAccountRelationshipStatus in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return MembershipAccountRelationshipStatus Modifier and Type Method Description static MembershipAccountRelationshipStatusMembershipAccountRelationshipStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MembershipAccountRelationshipStatusGetMembershipAccountDetailItem. relationshipStatus()static MembershipAccountRelationshipStatusMembershipAccountRelationshipStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MembershipAccountRelationshipStatus[]MembershipAccountRelationshipStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type MembershipAccountRelationshipStatus Modifier and Type Method Description static Set<MembershipAccountRelationshipStatus>MembershipAccountRelationshipStatus. knownValues()Methods in software.amazon.awssdk.services.securityir.model with parameters of type MembershipAccountRelationshipStatus Modifier and Type Method Description GetMembershipAccountDetailItem.BuilderGetMembershipAccountDetailItem.Builder. relationshipStatus(MembershipAccountRelationshipStatus relationshipStatus)
-