Uses of Class
com.oracle.bmc.dbmulticloud.model.OracleDbGcpKeySummary
-
Packages that use OracleDbGcpKeySummary Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.model -
-
Uses of OracleDbGcpKeySummary in com.oracle.bmc.dbmulticloud
Methods in com.oracle.bmc.dbmulticloud that return types with arguments of type OracleDbGcpKeySummary Modifier and Type Method Description Iterable<OracleDbGcpKeySummary>
DbMulticloudGCPProviderPaginators. listOracleDbGcpKeysRecordIterator(ListOracleDbGcpKeysRequest request)
Creates a new iterable which will iterate over theOracleDbGcpKeySummary
objects contained in responses from the listOracleDbGcpKeys operation. -
Uses of OracleDbGcpKeySummary in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return OracleDbGcpKeySummary Modifier and Type Method Description OracleDbGcpKeySummary
OracleDbGcpKeySummary.Builder. build()
Methods in com.oracle.bmc.dbmulticloud.model that return types with arguments of type OracleDbGcpKeySummary Modifier and Type Method Description List<OracleDbGcpKeySummary>
OracleDbGcpKeySummaryCollection. getItems()
This list contains the summary of Oracle Google Cloud Key resources.Methods in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbGcpKeySummary Modifier and Type Method Description OracleDbGcpKeySummary.Builder
OracleDbGcpKeySummary.Builder. copy(OracleDbGcpKeySummary model)
Method parameters in com.oracle.bmc.dbmulticloud.model with type arguments of type OracleDbGcpKeySummary Modifier and Type Method Description OracleDbGcpKeySummaryCollection.Builder
OracleDbGcpKeySummaryCollection.Builder. items(List<OracleDbGcpKeySummary> items)
This list contains the summary of Oracle Google Cloud Key resources.Constructor parameters in com.oracle.bmc.dbmulticloud.model with type arguments of type OracleDbGcpKeySummary Constructor Description OracleDbGcpKeySummaryCollection(List<OracleDbGcpKeySummary> items)
Deprecated.
-