Uses of Class
software.amazon.awssdk.services.appstream.model.DescribeSessionsRequest
-
Packages that use DescribeSessionsRequest Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.transform -
-
Uses of DescribeSessionsRequest in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream with parameters of type DescribeSessionsRequest Modifier and Type Method Description default CompletableFuture<DescribeSessionsResponse>AppStreamAsyncClient. describeSessions(DescribeSessionsRequest describeSessionsRequest)Retrieves a list that describes the streaming sessions for a specified stack and fleet.default DescribeSessionsResponseAppStreamClient. describeSessions(DescribeSessionsRequest describeSessionsRequest)Retrieves a list that describes the streaming sessions for a specified stack and fleet. -
Uses of DescribeSessionsRequest in software.amazon.awssdk.services.appstream.transform
Methods in software.amazon.awssdk.services.appstream.transform with parameters of type DescribeSessionsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeSessionsRequestMarshaller. marshall(DescribeSessionsRequest describeSessionsRequest)
-