Uses of Class
software.amazon.awssdk.services.securityir.model.MembershipAccountRelationshipType
-
Packages that use MembershipAccountRelationshipType Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of MembershipAccountRelationshipType in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return MembershipAccountRelationshipType Modifier and Type Method Description static MembershipAccountRelationshipTypeMembershipAccountRelationshipType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MembershipAccountRelationshipTypeGetMembershipAccountDetailItem. relationshipType()static MembershipAccountRelationshipTypeMembershipAccountRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static MembershipAccountRelationshipType[]MembershipAccountRelationshipType. 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 MembershipAccountRelationshipType Modifier and Type Method Description static Set<MembershipAccountRelationshipType>MembershipAccountRelationshipType. knownValues()Methods in software.amazon.awssdk.services.securityir.model with parameters of type MembershipAccountRelationshipType Modifier and Type Method Description GetMembershipAccountDetailItem.BuilderGetMembershipAccountDetailItem.Builder. relationshipType(MembershipAccountRelationshipType relationshipType)
-