Uses of Class
com.oracle.bmc.datasafe.model.GrantSummary
-
Packages that use GrantSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of GrantSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type GrantSummary Modifier and Type Method Description Iterable<GrantSummary>
DataSafePaginators. listGrantsRecordIterator(ListGrantsRequest request)
Creates a new iterable which will iterate over theGrantSummary
objects contained in responses from the listGrants operation. -
Uses of GrantSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return GrantSummary Modifier and Type Method Description GrantSummary
GrantSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type GrantSummary Modifier and Type Method Description GrantSummary.Builder
GrantSummary.Builder. copy(GrantSummary model)
-
Uses of GrantSummary in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return types with arguments of type GrantSummary Modifier and Type Method Description List<GrantSummary>
ListGrantsResponse. getItems()
A list of com.oracle.bmc.datasafe.model.GrantSummary instances.Method parameters in com.oracle.bmc.datasafe.responses with type arguments of type GrantSummary Modifier and Type Method Description ListGrantsResponse.Builder
ListGrantsResponse.Builder. items(List<GrantSummary> items)
A list of com.oracle.bmc.datasafe.model.GrantSummary instances.
-