Uses of Class
com.oracle.bmc.database.model.KeyStoreSummary
-
Packages that use KeyStoreSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of KeyStoreSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type KeyStoreSummary Modifier and Type Method Description Iterable<KeyStoreSummary>
DatabasePaginators. listKeyStoresRecordIterator(ListKeyStoresRequest request)
Creates a new iterable which will iterate over theKeyStoreSummary
objects contained in responses from the listKeyStores operation. -
Uses of KeyStoreSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return KeyStoreSummary Modifier and Type Method Description KeyStoreSummary
KeyStoreSummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type KeyStoreSummary Modifier and Type Method Description KeyStoreSummary.Builder
KeyStoreSummary.Builder. copy(KeyStoreSummary model)
-
Uses of KeyStoreSummary in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return types with arguments of type KeyStoreSummary Modifier and Type Method Description List<KeyStoreSummary>
ListKeyStoresResponse. getItems()
A list of com.oracle.bmc.database.model.KeyStoreSummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type KeyStoreSummary Modifier and Type Method Description ListKeyStoresResponse.Builder
ListKeyStoresResponse.Builder. items(List<KeyStoreSummary> items)
A list of com.oracle.bmc.database.model.KeyStoreSummary instances.
-