Uses of Class
software.amazon.awssdk.services.connectparticipant.model.DescribeViewResponse
-
Packages that use DescribeViewResponse Package Description software.amazon.awssdk.services.connectparticipant -
-
Uses of DescribeViewResponse in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant that return DescribeViewResponse Modifier and Type Method Description default DescribeViewResponseConnectParticipantClient. describeView(Consumer<DescribeViewRequest.Builder> describeViewRequest)Retrieves the view for the specified view token.default DescribeViewResponseConnectParticipantClient. describeView(DescribeViewRequest describeViewRequest)Retrieves the view for the specified view token.Methods in software.amazon.awssdk.services.connectparticipant that return types with arguments of type DescribeViewResponse Modifier and Type Method Description default CompletableFuture<DescribeViewResponse>ConnectParticipantAsyncClient. describeView(Consumer<DescribeViewRequest.Builder> describeViewRequest)Retrieves the view for the specified view token.default CompletableFuture<DescribeViewResponse>ConnectParticipantAsyncClient. describeView(DescribeViewRequest describeViewRequest)Retrieves the view for the specified view token.
-