Uses of Class
com.oracle.bmc.databasetoolsruntime.model.CredentialExecuteGranteeSummary
-
Packages that use CredentialExecuteGranteeSummary Package Description com.oracle.bmc.databasetoolsruntime com.oracle.bmc.databasetoolsruntime.model -
-
Uses of CredentialExecuteGranteeSummary in com.oracle.bmc.databasetoolsruntime
Methods in com.oracle.bmc.databasetoolsruntime that return types with arguments of type CredentialExecuteGranteeSummary Modifier and Type Method Description Iterable<CredentialExecuteGranteeSummary>DatabaseToolsRuntimePaginators. listCredentialExecuteGranteesRecordIterator(ListCredentialExecuteGranteesRequest request)Creates a new iterable which will iterate over theCredentialExecuteGranteeSummaryobjects contained in responses from the listCredentialExecuteGrantees operation. -
Uses of CredentialExecuteGranteeSummary in com.oracle.bmc.databasetoolsruntime.model
Methods in com.oracle.bmc.databasetoolsruntime.model that return CredentialExecuteGranteeSummary Modifier and Type Method Description CredentialExecuteGranteeSummaryCredentialExecuteGranteeSummary.Builder. build()Methods in com.oracle.bmc.databasetoolsruntime.model that return types with arguments of type CredentialExecuteGranteeSummary Modifier and Type Method Description List<CredentialExecuteGranteeSummary>CredentialExecuteGranteeCollection. getItems()Array of CredentialExecuteGranteeSummary items.Methods in com.oracle.bmc.databasetoolsruntime.model with parameters of type CredentialExecuteGranteeSummary Modifier and Type Method Description CredentialExecuteGranteeSummary.BuilderCredentialExecuteGranteeSummary.Builder. copy(CredentialExecuteGranteeSummary model)Method parameters in com.oracle.bmc.databasetoolsruntime.model with type arguments of type CredentialExecuteGranteeSummary Modifier and Type Method Description CredentialExecuteGranteeCollection.BuilderCredentialExecuteGranteeCollection.Builder. items(List<CredentialExecuteGranteeSummary> items)Array of CredentialExecuteGranteeSummary items.Constructor parameters in com.oracle.bmc.databasetoolsruntime.model with type arguments of type CredentialExecuteGranteeSummary Constructor Description CredentialExecuteGranteeCollection(List<CredentialExecuteGranteeSummary> items)Deprecated.
-