| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
ClientAuthenticationSettingInfo |
ClientAuthenticationSettingInfo.clone() |
ClientAuthenticationSettingInfo |
ClientAuthenticationSettingInfo.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time when the status of the client authentication type was last updated.
|
ClientAuthenticationSettingInfo |
ClientAuthenticationSettingInfo.withStatus(ClientAuthenticationStatus status)
Whether the client authentication type is enabled or disabled for the specified directory.
|
ClientAuthenticationSettingInfo |
ClientAuthenticationSettingInfo.withStatus(String status)
Whether the client authentication type is enabled or disabled for the specified directory.
|
ClientAuthenticationSettingInfo |
ClientAuthenticationSettingInfo.withType(ClientAuthenticationType type)
The type of client authentication for the specified directory.
|
ClientAuthenticationSettingInfo |
ClientAuthenticationSettingInfo.withType(String type)
The type of client authentication for the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClientAuthenticationSettingInfo> |
DescribeClientAuthenticationSettingsResult.getClientAuthenticationSettingsInfo()
Information about the type of client authentication for the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClientAuthenticationSettingsResult |
DescribeClientAuthenticationSettingsResult.withClientAuthenticationSettingsInfo(ClientAuthenticationSettingInfo... clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClientAuthenticationSettingsResult.setClientAuthenticationSettingsInfo(Collection<ClientAuthenticationSettingInfo> clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory.
|
DescribeClientAuthenticationSettingsResult |
DescribeClientAuthenticationSettingsResult.withClientAuthenticationSettingsInfo(Collection<ClientAuthenticationSettingInfo> clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory.
|
Copyright © 2024. All rights reserved.