| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.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 status of the member account.
|
RelationshipStatus |
DelegatedAdmin.relationshipStatus()
The status of the Amazon Inspector delegated administrator.
|
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 status of the member account.
|
DelegatedAdmin.Builder |
DelegatedAdmin.Builder.relationshipStatus(RelationshipStatus relationshipStatus)
The status of the Amazon Inspector delegated administrator.
|
Copyright © 2023. All rights reserved.