Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetRemoteAccessSessionResponse
-
Packages that use GetRemoteAccessSessionResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of GetRemoteAccessSessionResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return GetRemoteAccessSessionResponse Modifier and Type Method Description default GetRemoteAccessSessionResponseDeviceFarmClient. getRemoteAccessSession(Consumer<GetRemoteAccessSessionRequest.Builder> getRemoteAccessSessionRequest)Returns a link to a currently running remote access session.default GetRemoteAccessSessionResponseDeviceFarmClient. getRemoteAccessSession(GetRemoteAccessSessionRequest getRemoteAccessSessionRequest)Returns a link to a currently running remote access session.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type GetRemoteAccessSessionResponse Modifier and Type Method Description default CompletableFuture<GetRemoteAccessSessionResponse>DeviceFarmAsyncClient. getRemoteAccessSession(Consumer<GetRemoteAccessSessionRequest.Builder> getRemoteAccessSessionRequest)Returns a link to a currently running remote access session.default CompletableFuture<GetRemoteAccessSessionResponse>DeviceFarmAsyncClient. getRemoteAccessSession(GetRemoteAccessSessionRequest getRemoteAccessSessionRequest)Returns a link to a currently running remote access session.
-