Uses of Class
com.oracle.bmc.dbmulticloud.model.OracleDbGcpKeyRingSummary
-
Packages that use OracleDbGcpKeyRingSummary Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.model -
-
Uses of OracleDbGcpKeyRingSummary in com.oracle.bmc.dbmulticloud
Methods in com.oracle.bmc.dbmulticloud that return types with arguments of type OracleDbGcpKeyRingSummary Modifier and Type Method Description Iterable<OracleDbGcpKeyRingSummary>
DbMulticloudGCPProviderPaginators. listOracleDbGcpKeyRingsRecordIterator(ListOracleDbGcpKeyRingsRequest request)
Creates a new iterable which will iterate over theOracleDbGcpKeyRingSummary
objects contained in responses from the listOracleDbGcpKeyRings operation. -
Uses of OracleDbGcpKeyRingSummary in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return OracleDbGcpKeyRingSummary Modifier and Type Method Description OracleDbGcpKeyRingSummary
OracleDbGcpKeyRingSummary.Builder. build()
Methods in com.oracle.bmc.dbmulticloud.model that return types with arguments of type OracleDbGcpKeyRingSummary Modifier and Type Method Description List<OracleDbGcpKeyRingSummary>
OracleDbGcpKeyRingSummaryCollection. getItems()
This list contains the summary of Oracle DB GCP Key-Ring resources.Methods in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbGcpKeyRingSummary Modifier and Type Method Description OracleDbGcpKeyRingSummary.Builder
OracleDbGcpKeyRingSummary.Builder. copy(OracleDbGcpKeyRingSummary model)
Method parameters in com.oracle.bmc.dbmulticloud.model with type arguments of type OracleDbGcpKeyRingSummary Modifier and Type Method Description OracleDbGcpKeyRingSummaryCollection.Builder
OracleDbGcpKeyRingSummaryCollection.Builder. items(List<OracleDbGcpKeyRingSummary> items)
This list contains the summary of Oracle DB GCP Key-Ring resources.Constructor parameters in com.oracle.bmc.dbmulticloud.model with type arguments of type OracleDbGcpKeyRingSummary Constructor Description OracleDbGcpKeyRingSummaryCollection(List<OracleDbGcpKeyRingSummary> items)
Deprecated.
-