Uses of Class
com.oracle.bmc.datasafe.model.RoleGrantPathSummary
-
Packages that use RoleGrantPathSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of RoleGrantPathSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type RoleGrantPathSummary Modifier and Type Method Description Iterable<RoleGrantPathSummary>
DataSafePaginators. listRoleGrantPathsRecordIterator(ListRoleGrantPathsRequest request)
Creates a new iterable which will iterate over theRoleGrantPathSummary
objects contained in responses from the listRoleGrantPaths operation. -
Uses of RoleGrantPathSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return RoleGrantPathSummary Modifier and Type Method Description RoleGrantPathSummary
RoleGrantPathSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type RoleGrantPathSummary Modifier and Type Method Description List<RoleGrantPathSummary>
RoleGrantPathCollection. getItems()
An array of grant path summary objects.Methods in com.oracle.bmc.datasafe.model with parameters of type RoleGrantPathSummary Modifier and Type Method Description RoleGrantPathSummary.Builder
RoleGrantPathSummary.Builder. copy(RoleGrantPathSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type RoleGrantPathSummary Modifier and Type Method Description RoleGrantPathCollection.Builder
RoleGrantPathCollection.Builder. items(List<RoleGrantPathSummary> items)
An array of grant path summary objects.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type RoleGrantPathSummary Constructor Description RoleGrantPathCollection(List<RoleGrantPathSummary> items)
Deprecated.
-