| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static SelectiveAuth |
SelectiveAuth.fromValue(String value)
Use this in place of valueOf.
|
static SelectiveAuth |
SelectiveAuth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectiveAuth[] |
SelectiveAuth.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.setSelectiveAuth(SelectiveAuth selectiveAuth)
Optional parameter to enable selective authentication for the trust.
|
void |
Trust.setSelectiveAuth(SelectiveAuth selectiveAuth)
Current state of selective authentication for the trust.
|
UpdateTrustRequest |
UpdateTrustRequest.withSelectiveAuth(SelectiveAuth selectiveAuth)
Updates selective authentication for the trust.
|
CreateTrustRequest |
CreateTrustRequest.withSelectiveAuth(SelectiveAuth selectiveAuth)
Optional parameter to enable selective authentication for the trust.
|
Trust |
Trust.withSelectiveAuth(SelectiveAuth selectiveAuth)
Current state of selective authentication for the trust.
|
Copyright © 2020. All rights reserved.