| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.builder() |
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time when the status of the client authentication type was last updated.
|
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.Builder.status(ClientAuthenticationStatus status)
Whether the client authentication type is enabled or disabled for the specified directory.
|
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.Builder.status(String status)
Whether the client authentication type is enabled or disabled for the specified directory.
|
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.toBuilder() |
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.Builder.type(ClientAuthenticationType type)
The type of client authentication for the specified directory.
|
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.Builder.type(String type)
The type of client authentication for the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClientAuthenticationSettingInfo.Builder> |
ClientAuthenticationSettingInfo.serializableBuilderClass() |
Copyright © 2023. All rights reserved.