Uses of Class
software.amazon.awssdk.services.directory.model.DescribeClientAuthenticationSettingsResponse
-
Packages that use DescribeClientAuthenticationSettingsResponse Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.paginators -
-
Uses of DescribeClientAuthenticationSettingsResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return DescribeClientAuthenticationSettingsResponse Modifier and Type Method Description default DescribeClientAuthenticationSettingsResponseDirectoryClient. describeClientAuthenticationSettings(Consumer<DescribeClientAuthenticationSettingsRequest.Builder> describeClientAuthenticationSettingsRequest)Retrieves information about the type of client authentication for the specified directory, if the type is specified.default DescribeClientAuthenticationSettingsResponseDirectoryClient. describeClientAuthenticationSettings(DescribeClientAuthenticationSettingsRequest describeClientAuthenticationSettingsRequest)Retrieves information about the type of client authentication for the specified directory, if the type is specified.Methods in software.amazon.awssdk.services.directory that return types with arguments of type DescribeClientAuthenticationSettingsResponse Modifier and Type Method Description default CompletableFuture<DescribeClientAuthenticationSettingsResponse>DirectoryAsyncClient. describeClientAuthenticationSettings(Consumer<DescribeClientAuthenticationSettingsRequest.Builder> describeClientAuthenticationSettingsRequest)Retrieves information about the type of client authentication for the specified directory, if the type is specified.default CompletableFuture<DescribeClientAuthenticationSettingsResponse>DirectoryAsyncClient. describeClientAuthenticationSettings(DescribeClientAuthenticationSettingsRequest describeClientAuthenticationSettingsRequest)Retrieves information about the type of client authentication for the specified directory, if the type is specified. -
Uses of DescribeClientAuthenticationSettingsResponse in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type DescribeClientAuthenticationSettingsResponse Modifier and Type Method Description Iterator<DescribeClientAuthenticationSettingsResponse>DescribeClientAuthenticationSettingsIterable. iterator()Method parameters in software.amazon.awssdk.services.directory.paginators with type arguments of type DescribeClientAuthenticationSettingsResponse Modifier and Type Method Description voidDescribeClientAuthenticationSettingsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeClientAuthenticationSettingsResponse> subscriber)
-