| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryStatus |
JoinDomainResponse.activeDirectoryStatus()
Indicates the status of the gateway as a member of the Active Directory domain.
|
ActiveDirectoryStatus |
DescribeSmbSettingsResponse.activeDirectoryStatus()
Indicates the status of a gateway that is a member of the Active Directory domain.
|
static ActiveDirectoryStatus |
ActiveDirectoryStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ActiveDirectoryStatus |
ActiveDirectoryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveDirectoryStatus[] |
ActiveDirectoryStatus.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<ActiveDirectoryStatus> |
ActiveDirectoryStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JoinDomainResponse.Builder |
JoinDomainResponse.Builder.activeDirectoryStatus(ActiveDirectoryStatus activeDirectoryStatus)
Indicates the status of the gateway as a member of the Active Directory domain.
|
DescribeSmbSettingsResponse.Builder |
DescribeSmbSettingsResponse.Builder.activeDirectoryStatus(ActiveDirectoryStatus activeDirectoryStatus)
Indicates the status of a gateway that is a member of the Active Directory domain.
|
Copyright © 2021. All rights reserved.