| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model | |
| software.amazon.awssdk.services.directory.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ClientAuthenticationSettingInfo> |
DescribeClientAuthenticationSettingsResponse.clientAuthenticationSettingsInfo()
Information about the type of client authentication for the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClientAuthenticationSettingsResponse.Builder |
DescribeClientAuthenticationSettingsResponse.Builder.clientAuthenticationSettingsInfo(ClientAuthenticationSettingInfo... clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClientAuthenticationSettingsResponse.Builder |
DescribeClientAuthenticationSettingsResponse.Builder.clientAuthenticationSettingsInfo(Collection<ClientAuthenticationSettingInfo> clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ClientAuthenticationSettingInfo> |
DescribeClientAuthenticationSettingsPublisher.clientAuthenticationSettingsInfo()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ClientAuthenticationSettingInfo> |
DescribeClientAuthenticationSettingsIterable.clientAuthenticationSettingsInfo()
Returns an iterable to iterate through the paginated
DescribeClientAuthenticationSettingsResponse.clientAuthenticationSettingsInfo() member. |
Copyright © 2022. All rights reserved.