Uses of Class
software.amazon.awssdk.services.appstream.model.DescribeSessionsResponse
-
Packages that use DescribeSessionsResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of DescribeSessionsResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return DescribeSessionsResponse Modifier and Type Method Description default DescribeSessionsResponseAppStreamClient. describeSessions(Consumer<DescribeSessionsRequest.Builder> 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.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type DescribeSessionsResponse Modifier and Type Method Description default CompletableFuture<DescribeSessionsResponse>AppStreamAsyncClient. describeSessions(Consumer<DescribeSessionsRequest.Builder> describeSessionsRequest)Retrieves a list that describes the streaming sessions for a specified stack and fleet.default CompletableFuture<DescribeSessionsResponse>AppStreamAsyncClient. describeSessions(DescribeSessionsRequest describeSessionsRequest)Retrieves a list that describes the streaming sessions for a specified stack and fleet.
-