| Package | Description |
|---|---|
| com.amazonaws.services.directory |
|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLDAPSSettingsResult |
AWSDirectoryServiceClient.describeLDAPSSettings(DescribeLDAPSSettingsRequest request)
Describes the status of LDAP security for the specified directory.
|
DescribeLDAPSSettingsResult |
AWSDirectoryService.describeLDAPSSettings(DescribeLDAPSSettingsRequest describeLDAPSSettingsRequest)
Describes the status of LDAP security for the specified directory.
|
DescribeLDAPSSettingsResult |
AbstractAWSDirectoryService.describeLDAPSSettings(DescribeLDAPSSettingsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLDAPSSettingsResult> |
AbstractAWSDirectoryServiceAsync.describeLDAPSSettingsAsync(DescribeLDAPSSettingsRequest request,
AsyncHandler<DescribeLDAPSSettingsRequest,DescribeLDAPSSettingsResult> asyncHandler) |
Future<DescribeLDAPSSettingsResult> |
AWSDirectoryServiceAsync.describeLDAPSSettingsAsync(DescribeLDAPSSettingsRequest describeLDAPSSettingsRequest,
AsyncHandler<DescribeLDAPSSettingsRequest,DescribeLDAPSSettingsResult> asyncHandler)
Describes the status of LDAP security for the specified directory.
|
Future<DescribeLDAPSSettingsResult> |
AWSDirectoryServiceAsyncClient.describeLDAPSSettingsAsync(DescribeLDAPSSettingsRequest request,
AsyncHandler<DescribeLDAPSSettingsRequest,DescribeLDAPSSettingsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLDAPSSettingsResult |
DescribeLDAPSSettingsResult.clone() |
DescribeLDAPSSettingsResult |
DescribeLDAPSSettingsResult.withLDAPSSettingsInfo(Collection<LDAPSSettingInfo> lDAPSSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated
date time, and the reason for the state.
|
DescribeLDAPSSettingsResult |
DescribeLDAPSSettingsResult.withLDAPSSettingsInfo(LDAPSSettingInfo... lDAPSSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated
date time, and the reason for the state.
|
DescribeLDAPSSettingsResult |
DescribeLDAPSSettingsResult.withNextToken(String nextToken)
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is
another page.
|
Copyright © 2022. All rights reserved.