Uses of Class
software.amazon.awssdk.services.appstream.model.ExpireSessionResponse
-
Packages that use ExpireSessionResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of ExpireSessionResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return ExpireSessionResponse Modifier and Type Method Description default ExpireSessionResponseAppStreamClient. expireSession(Consumer<ExpireSessionRequest.Builder> expireSessionRequest)Immediately stops the specified streaming session.default ExpireSessionResponseAppStreamClient. expireSession(ExpireSessionRequest expireSessionRequest)Immediately stops the specified streaming session.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type ExpireSessionResponse Modifier and Type Method Description default CompletableFuture<ExpireSessionResponse>AppStreamAsyncClient. expireSession(Consumer<ExpireSessionRequest.Builder> expireSessionRequest)Immediately stops the specified streaming session.default CompletableFuture<ExpireSessionResponse>AppStreamAsyncClient. expireSession(ExpireSessionRequest expireSessionRequest)Immediately stops the specified streaming session.
-