| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| software.amazon.awssdk.services.directory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeLdapsSettingsResponse |
DirectoryClient.describeLDAPSSettings(Consumer<DescribeLdapsSettingsRequest.Builder> describeLdapsSettingsRequest)
Describes the status of LDAP security for the specified directory.
|
default DescribeLdapsSettingsResponse |
DirectoryClient.describeLDAPSSettings(DescribeLdapsSettingsRequest describeLdapsSettingsRequest)
Describes the status of LDAP security for the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeLdapsSettingsResponse> |
DirectoryAsyncClient.describeLDAPSSettings(Consumer<DescribeLdapsSettingsRequest.Builder> describeLdapsSettingsRequest)
Describes the status of LDAP security for the specified directory.
|
default CompletableFuture<DescribeLdapsSettingsResponse> |
DirectoryAsyncClient.describeLDAPSSettings(DescribeLdapsSettingsRequest describeLdapsSettingsRequest)
Describes the status of LDAP security for the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeLdapsSettingsResponse> |
DescribeLDAPSSettingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLDAPSSettingsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeLdapsSettingsResponse> subscriber) |
Copyright © 2023. All rights reserved.