Uses of Class
software.amazon.awssdk.services.connectparticipant.model.DescribeViewRequest
-
Packages that use DescribeViewRequest Package Description software.amazon.awssdk.services.connectparticipant 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)
-