Uses of Class
software.amazon.awssdk.services.lightsail.model.Session
-
Packages that use Session Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of Session in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type Session Modifier and Type Method Description List<Session>CreateGuiSessionAccessDetailsResponse. sessions()Returns information about the specified NICE DCV GUI session.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type Session Modifier and Type Method Description CreateGuiSessionAccessDetailsResponse.BuilderCreateGuiSessionAccessDetailsResponse.Builder. sessions(Session... sessions)Returns information about the specified NICE DCV GUI session.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type Session Modifier and Type Method Description CreateGuiSessionAccessDetailsResponse.BuilderCreateGuiSessionAccessDetailsResponse.Builder. sessions(Collection<Session> sessions)Returns information about the specified NICE DCV GUI session.
-