| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static SelectiveAuth |
SelectiveAuth.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SelectiveAuth |
Trust.selectiveAuth()
Current state of selective authentication for the trust.
|
SelectiveAuth |
UpdateTrustRequest.selectiveAuth()
Updates selective authentication for the trust.
|
SelectiveAuth |
CreateTrustRequest.selectiveAuth()
Optional parameter to enable selective authentication for the trust.
|
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 |
|---|---|
static Set<SelectiveAuth> |
SelectiveAuth.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Trust.Builder |
Trust.Builder.selectiveAuth(SelectiveAuth selectiveAuth)
Current state of selective authentication for the trust.
|
UpdateTrustRequest.Builder |
UpdateTrustRequest.Builder.selectiveAuth(SelectiveAuth selectiveAuth)
Updates selective authentication for the trust.
|
CreateTrustRequest.Builder |
CreateTrustRequest.Builder.selectiveAuth(SelectiveAuth selectiveAuth)
Optional parameter to enable selective authentication for the trust.
|
Copyright © 2019. All rights reserved.