Uses of Class
com.oracle.bmc.database.model.UpdateKeyStoreDetails
-
Packages that use UpdateKeyStoreDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of UpdateKeyStoreDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateKeyStoreDetails Modifier and Type Method Description UpdateKeyStoreDetails
UpdateKeyStoreDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type UpdateKeyStoreDetails Modifier and Type Method Description UpdateKeyStoreDetails.Builder
UpdateKeyStoreDetails.Builder. copy(UpdateKeyStoreDetails model)
-
Uses of UpdateKeyStoreDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateKeyStoreDetails Modifier and Type Method Description UpdateKeyStoreDetails
UpdateKeyStoreRequest. getBody$()
Alternative accessor for the body parameter.UpdateKeyStoreDetails
UpdateKeyStoreRequest. getUpdateKeyStoreDetails()
Request to update the attributes of a key store.Methods in com.oracle.bmc.database.requests with parameters of type UpdateKeyStoreDetails Modifier and Type Method Description UpdateKeyStoreRequest.Builder
UpdateKeyStoreRequest.Builder. body$(UpdateKeyStoreDetails body)
Alternative setter for the body parameter.UpdateKeyStoreRequest.Builder
UpdateKeyStoreRequest.Builder. updateKeyStoreDetails(UpdateKeyStoreDetails updateKeyStoreDetails)
Request to update the attributes of a key store.
-