Uses of Class
software.amazon.awssdk.services.connect.model.DescribeContactResponse
-
Packages that use DescribeContactResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of DescribeContactResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return DescribeContactResponse Modifier and Type Method Description default DescribeContactResponseConnectClient. describeContact(Consumer<DescribeContactRequest.Builder> describeContactRequest)This API is in preview release for Amazon Connect and is subject to change.default DescribeContactResponseConnectClient. describeContact(DescribeContactRequest describeContactRequest)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 DescribeContactResponse Modifier and Type Method Description default CompletableFuture<DescribeContactResponse>ConnectAsyncClient. describeContact(Consumer<DescribeContactRequest.Builder> describeContactRequest)This API is in preview release for Amazon Connect and is subject to change.default CompletableFuture<DescribeContactResponse>ConnectAsyncClient. describeContact(DescribeContactRequest describeContactRequest)This API is in preview release for Amazon Connect and is subject to change.
-