Uses of Class
software.amazon.awssdk.services.deadline.model.GetSessionRequest
-
Packages that use GetSessionRequest Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.software.amazon.awssdk.services.deadline.transform -
-
Uses of GetSessionRequest in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline with parameters of type GetSessionRequest Modifier and Type Method Description default CompletableFuture<GetSessionResponse>DeadlineAsyncClient. getSession(GetSessionRequest getSessionRequest)Gets a session.default GetSessionResponseDeadlineClient. getSession(GetSessionRequest getSessionRequest)Gets a session. -
Uses of GetSessionRequest in software.amazon.awssdk.services.deadline.transform
Methods in software.amazon.awssdk.services.deadline.transform with parameters of type GetSessionRequest Modifier and Type Method Description SdkHttpFullRequestGetSessionRequestMarshaller. marshall(GetSessionRequest getSessionRequest)
-