Uses of Class
software.amazon.awssdk.services.connect.model.DescribeViewResponse
-
Packages that use DescribeViewResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
Uses of DescribeViewResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return DescribeViewResponse Modifier and Type Method Description default DescribeViewResponseConnectClient. describeView(Consumer<DescribeViewRequest.Builder> describeViewRequest)Retrieves the view for the specified Amazon Connect instance and view identifier.default DescribeViewResponseConnectClient. describeView(DescribeViewRequest describeViewRequest)Retrieves the view for the specified Amazon Connect instance and view identifier.Methods in software.amazon.awssdk.services.connect that return types with arguments of type DescribeViewResponse Modifier and Type Method Description default CompletableFuture<DescribeViewResponse>ConnectAsyncClient. describeView(Consumer<DescribeViewRequest.Builder> describeViewRequest)Retrieves the view for the specified Amazon Connect instance and view identifier.default CompletableFuture<DescribeViewResponse>ConnectAsyncClient. describeView(DescribeViewRequest describeViewRequest)Retrieves the view for the specified Amazon Connect instance and view identifier.
-