| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static TrustDirection |
TrustDirection.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TrustDirection |
CreateTrustRequest.trustDirection()
The direction of the trust relationship.
|
TrustDirection |
Trust.trustDirection()
The trust relationship direction.
|
static TrustDirection |
TrustDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrustDirection[] |
TrustDirection.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<TrustDirection> |
TrustDirection.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateTrustRequest.Builder |
CreateTrustRequest.Builder.trustDirection(TrustDirection trustDirection)
The direction of the trust relationship.
|
Trust.Builder |
Trust.Builder.trustDirection(TrustDirection trustDirection)
The trust relationship direction.
|
Copyright © 2022. All rights reserved.