Uses of Class
software.amazon.awssdk.services.connectparticipant.model.DescribeViewRequest
-
Packages that use DescribeViewRequest Package Description software.amazon.awssdk.services.connectparticipant Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to deliver superior customer service at a lower cost.software.amazon.awssdk.services.connectparticipant.transform -
-
Uses of DescribeViewRequest in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant with parameters of type DescribeViewRequest Modifier and Type Method Description default CompletableFuture<DescribeViewResponse>ConnectParticipantAsyncClient. describeView(DescribeViewRequest describeViewRequest)Retrieves the view for the specified view token.default DescribeViewResponseConnectParticipantClient. describeView(DescribeViewRequest describeViewRequest)Retrieves the view for the specified view token. -
Uses of DescribeViewRequest in software.amazon.awssdk.services.connectparticipant.transform
Methods in software.amazon.awssdk.services.connectparticipant.transform with parameters of type DescribeViewRequest Modifier and Type Method Description SdkHttpFullRequestDescribeViewRequestMarshaller. marshall(DescribeViewRequest describeViewRequest)
-