Uses of Class
com.oracle.bmc.distributeddatabasev26.model.RotateDistributedDatabasePasswordsDetails
-
Packages that use RotateDistributedDatabasePasswordsDetails Package Description com.oracle.bmc.distributeddatabasev26.model com.oracle.bmc.distributeddatabasev26.requests -
-
Uses of RotateDistributedDatabasePasswordsDetails in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return RotateDistributedDatabasePasswordsDetails Modifier and Type Method Description RotateDistributedDatabasePasswordsDetailsRotateDistributedDatabasePasswordsDetails.Builder. build()Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type RotateDistributedDatabasePasswordsDetails Modifier and Type Method Description RotateDistributedDatabasePasswordsDetails.BuilderRotateDistributedDatabasePasswordsDetails.Builder. copy(RotateDistributedDatabasePasswordsDetails model) -
Uses of RotateDistributedDatabasePasswordsDetails in com.oracle.bmc.distributeddatabasev26.requests
Methods in com.oracle.bmc.distributeddatabasev26.requests that return RotateDistributedDatabasePasswordsDetails Modifier and Type Method Description RotateDistributedDatabasePasswordsDetailsRotateDistributedDatabasePasswordsRequest. getBody$()Alternative accessor for the body parameter.RotateDistributedDatabasePasswordsDetailsRotateDistributedDatabasePasswordsRequest. getRotateDistributedDatabasePasswordsDetails()Details to rotate passwords for shards and catalogs in the Globally distributed database.Methods in com.oracle.bmc.distributeddatabasev26.requests with parameters of type RotateDistributedDatabasePasswordsDetails Modifier and Type Method Description RotateDistributedDatabasePasswordsRequest.BuilderRotateDistributedDatabasePasswordsRequest.Builder. body$(RotateDistributedDatabasePasswordsDetails body)Alternative setter for the body parameter.RotateDistributedDatabasePasswordsRequest.BuilderRotateDistributedDatabasePasswordsRequest.Builder. rotateDistributedDatabasePasswordsDetails(RotateDistributedDatabasePasswordsDetails rotateDistributedDatabasePasswordsDetails)Details to rotate passwords for shards and catalogs in the Globally distributed database.
-