Package | Description |
---|---|
com.amazonaws.services.directory.model |
Modifier and Type | Method and Description |
---|---|
static TrustDirection |
TrustDirection.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
CreateTrustRequest.setTrustDirection(TrustDirection trustDirection)
The direction of the trust relationship.
|
void |
Trust.setTrustDirection(TrustDirection trustDirection)
The trust relationship direction.
|
CreateTrustRequest |
CreateTrustRequest.withTrustDirection(TrustDirection trustDirection)
The direction of the trust relationship.
|
Trust |
Trust.withTrustDirection(TrustDirection trustDirection)
The trust relationship direction.
|
Copyright © 2018. All rights reserved.