Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.DelegationControlSummary
-
Packages that use DelegationControlSummary Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.model -
-
Uses of DelegationControlSummary in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return types with arguments of type DelegationControlSummary Modifier and Type Method Description Iterable<DelegationControlSummary>
DelegateAccessControlPaginators. listDelegationControlsRecordIterator(ListDelegationControlsRequest request)
Creates a new iterable which will iterate over theDelegationControlSummary
objects contained in responses from the listDelegationControls operation. -
Uses of DelegationControlSummary in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return DelegationControlSummary Modifier and Type Method Description DelegationControlSummary
DelegationControlSummary.Builder. build()
Methods in com.oracle.bmc.delegateaccesscontrol.model that return types with arguments of type DelegationControlSummary Modifier and Type Method Description List<DelegationControlSummary>
DelegationControlSummaryCollection. getItems()
contains DelegationControlSummaryMethods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type DelegationControlSummary Modifier and Type Method Description DelegationControlSummary.Builder
DelegationControlSummary.Builder. copy(DelegationControlSummary model)
Method parameters in com.oracle.bmc.delegateaccesscontrol.model with type arguments of type DelegationControlSummary Modifier and Type Method Description DelegationControlSummaryCollection.Builder
DelegationControlSummaryCollection.Builder. items(List<DelegationControlSummary> items)
contains DelegationControlSummaryConstructor parameters in com.oracle.bmc.delegateaccesscontrol.model with type arguments of type DelegationControlSummary Constructor Description DelegationControlSummaryCollection(List<DelegationControlSummary> items)
Deprecated.
-