| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipStatus |
RelationshipStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RelationshipStatus |
Member.relationshipStatus()
The current status of the relationship between the account and the master account.
|
RelationshipStatus |
GetMemberResponse.relationshipStatus()
The current status of the relationship between the account and the master account.
|
RelationshipStatus |
Invitation.relationshipStatus()
The status of the relationship between the account that sent the invitation (inviter account) and the
account that received the invitation (invitee account).
|
static RelationshipStatus |
RelationshipStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipStatus[] |
RelationshipStatus.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<RelationshipStatus> |
RelationshipStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Member.Builder |
Member.Builder.relationshipStatus(RelationshipStatus relationshipStatus)
The current status of the relationship between the account and the master account.
|
GetMemberResponse.Builder |
GetMemberResponse.Builder.relationshipStatus(RelationshipStatus relationshipStatus)
The current status of the relationship between the account and the master account.
|
Invitation.Builder |
Invitation.Builder.relationshipStatus(RelationshipStatus relationshipStatus)
The status of the relationship between the account that sent the invitation (inviter account) and the
account that received the invitation (invitee account).
|
Copyright © 2020. All rights reserved.