| 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 |
GetMemberResponse.relationshipStatus()
The current status of the relationship between the account and the administrator account.
|
RelationshipStatus |
Member.relationshipStatus()
The current status of the relationship between the account and the administrator account.
|
RelationshipStatus |
Invitation.relationshipStatus()
The status of the relationship between the account that sent the invitation and the account that received the
invitation.
|
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 |
|---|---|
GetMemberResponse.Builder |
GetMemberResponse.Builder.relationshipStatus(RelationshipStatus relationshipStatus)
The current status of the relationship between the account and the administrator account.
|
Member.Builder |
Member.Builder.relationshipStatus(RelationshipStatus relationshipStatus)
The current status of the relationship between the account and the administrator account.
|
Invitation.Builder |
Invitation.Builder.relationshipStatus(RelationshipStatus relationshipStatus)
The status of the relationship between the account that sent the invitation and the account that received the
invitation.
|
Copyright © 2022. All rights reserved.