Uses of Class
software.amazon.awssdk.services.directory.model.DescribeLdapsSettingsResponse
-
Packages that use DescribeLdapsSettingsResponse Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.paginators -
-
Uses of DescribeLdapsSettingsResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return DescribeLdapsSettingsResponse Modifier and Type Method Description default DescribeLdapsSettingsResponseDirectoryClient. describeLDAPSSettings(Consumer<DescribeLdapsSettingsRequest.Builder> describeLdapsSettingsRequest)Describes the status of LDAP security for the specified directory.default DescribeLdapsSettingsResponseDirectoryClient. describeLDAPSSettings(DescribeLdapsSettingsRequest describeLdapsSettingsRequest)Describes the status of LDAP security for the specified directory.Methods in software.amazon.awssdk.services.directory that return types with arguments of type DescribeLdapsSettingsResponse Modifier and Type Method 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. -
Uses of DescribeLdapsSettingsResponse in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type DescribeLdapsSettingsResponse Modifier and Type Method Description Iterator<DescribeLdapsSettingsResponse>DescribeLDAPSSettingsIterable. iterator()Method parameters in software.amazon.awssdk.services.directory.paginators with type arguments of type DescribeLdapsSettingsResponse Modifier and Type Method Description voidDescribeLDAPSSettingsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeLdapsSettingsResponse> subscriber)
-