Uses of Class
software.amazon.awssdk.services.connect.model.DescribeAuthenticationProfileResponse
-
Packages that use DescribeAuthenticationProfileResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of DescribeAuthenticationProfileResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return DescribeAuthenticationProfileResponse Modifier and Type Method Description default DescribeAuthenticationProfileResponseConnectClient. describeAuthenticationProfile(Consumer<DescribeAuthenticationProfileRequest.Builder> describeAuthenticationProfileRequest)This API is in preview release for Amazon Connect and is subject to change.default DescribeAuthenticationProfileResponseConnectClient. describeAuthenticationProfile(DescribeAuthenticationProfileRequest describeAuthenticationProfileRequest)This API is in preview release for Amazon Connect and is subject to change.Methods in software.amazon.awssdk.services.connect that return types with arguments of type DescribeAuthenticationProfileResponse Modifier and Type Method Description default CompletableFuture<DescribeAuthenticationProfileResponse>ConnectAsyncClient. describeAuthenticationProfile(Consumer<DescribeAuthenticationProfileRequest.Builder> describeAuthenticationProfileRequest)This API is in preview release for Amazon Connect and is subject to change.default CompletableFuture<DescribeAuthenticationProfileResponse>ConnectAsyncClient. describeAuthenticationProfile(DescribeAuthenticationProfileRequest describeAuthenticationProfileRequest)This API is in preview release for Amazon Connect and is subject to change.
-