Uses of Class
software.amazon.awssdk.services.directory.model.ClientAuthenticationSettingInfo
-
Packages that use ClientAuthenticationSettingInfo Package Description software.amazon.awssdk.services.directory.model software.amazon.awssdk.services.directory.paginators -
-
Uses of ClientAuthenticationSettingInfo in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type ClientAuthenticationSettingInfo Modifier and Type Method Description List<ClientAuthenticationSettingInfo>DescribeClientAuthenticationSettingsResponse. clientAuthenticationSettingsInfo()Information about the type of client authentication for the specified directory.Methods in software.amazon.awssdk.services.directory.model with parameters of type ClientAuthenticationSettingInfo Modifier and Type Method Description DescribeClientAuthenticationSettingsResponse.BuilderDescribeClientAuthenticationSettingsResponse.Builder. clientAuthenticationSettingsInfo(ClientAuthenticationSettingInfo... clientAuthenticationSettingsInfo)Information about the type of client authentication for the specified directory.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type ClientAuthenticationSettingInfo Modifier and Type Method Description DescribeClientAuthenticationSettingsResponse.BuilderDescribeClientAuthenticationSettingsResponse.Builder. clientAuthenticationSettingsInfo(Collection<ClientAuthenticationSettingInfo> clientAuthenticationSettingsInfo)Information about the type of client authentication for the specified directory. -
Uses of ClientAuthenticationSettingInfo in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type ClientAuthenticationSettingInfo Modifier and Type Method Description SdkIterable<ClientAuthenticationSettingInfo>DescribeClientAuthenticationSettingsIterable. clientAuthenticationSettingsInfo()Returns an iterable to iterate through the paginatedDescribeClientAuthenticationSettingsResponse.clientAuthenticationSettingsInfo()member.SdkPublisher<ClientAuthenticationSettingInfo>DescribeClientAuthenticationSettingsPublisher. clientAuthenticationSettingsInfo()Returns a publisher that can be used to get a stream of data.
-