Uses of Class
com.oracle.bmc.bastion.model.SessionSummary
-
Packages that use SessionSummary Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.model com.oracle.bmc.bastion.responses -
-
Uses of SessionSummary in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion that return types with arguments of type SessionSummary Modifier and Type Method Description Iterable<SessionSummary>
BastionPaginators. listSessionsRecordIterator(ListSessionsRequest request)
Creates a new iterable which will iterate over theSessionSummary
objects contained in responses from the listSessions operation. -
Uses of SessionSummary in com.oracle.bmc.bastion.model
Methods in com.oracle.bmc.bastion.model that return SessionSummary Modifier and Type Method Description SessionSummary
SessionSummary.Builder. build()
Methods in com.oracle.bmc.bastion.model with parameters of type SessionSummary Modifier and Type Method Description SessionSummary.Builder
SessionSummary.Builder. copy(SessionSummary model)
-
Uses of SessionSummary in com.oracle.bmc.bastion.responses
Methods in com.oracle.bmc.bastion.responses that return types with arguments of type SessionSummary Modifier and Type Method Description List<SessionSummary>
ListSessionsResponse. getItems()
A list of com.oracle.bmc.bastion.model.SessionSummary instances.Method parameters in com.oracle.bmc.bastion.responses with type arguments of type SessionSummary Modifier and Type Method Description ListSessionsResponse.Builder
ListSessionsResponse.Builder. items(List<SessionSummary> items)
A list of com.oracle.bmc.bastion.model.SessionSummary instances.
-