Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker.model |
Modifier and Type | Method and Description |
---|---|
AuthMode |
CreateDomainRequest.authMode()
The mode of authentication that member use to access the domain.
|
AuthMode |
DescribeDomainResponse.authMode()
The domain's authentication mode.
|
static AuthMode |
AuthMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuthMode |
AuthMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthMode[] |
AuthMode.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<AuthMode> |
AuthMode.knownValues()
|
Modifier and Type | Method and Description |
---|---|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.authMode(AuthMode authMode)
The mode of authentication that member use to access the domain.
|
DescribeDomainResponse.Builder |
DescribeDomainResponse.Builder.authMode(AuthMode authMode)
The domain's authentication mode.
|
Copyright © 2020. All rights reserved.