Package | Description |
---|---|
com.amazonaws.services.directory.model |
Modifier and Type | Method and Description |
---|---|
static TrustType |
TrustType.fromValue(String value)
Use this in place of valueOf.
|
static TrustType |
TrustType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrustType[] |
TrustType.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.setTrustType(TrustType trustType)
The trust relationship type.
|
void |
Trust.setTrustType(TrustType trustType)
The trust relationship type.
|
CreateTrustRequest |
CreateTrustRequest.withTrustType(TrustType trustType)
The trust relationship type.
|
Trust |
Trust.withTrustType(TrustType trustType)
The trust relationship type.
|
Copyright © 2018. All rights reserved.