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