Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.UpdateShardedDatabaseDetails
-
Packages that use UpdateShardedDatabaseDetails Package Description com.oracle.bmc.globallydistributeddatabase.model com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of UpdateShardedDatabaseDetails in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return UpdateShardedDatabaseDetails Modifier and Type Method Description UpdateShardedDatabaseDetails
UpdateShardedDatabaseDetails.Builder. build()
Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type UpdateShardedDatabaseDetails Modifier and Type Method Description UpdateShardedDatabaseDetails.Builder
UpdateShardedDatabaseDetails.Builder. copy(UpdateShardedDatabaseDetails model)
-
Uses of UpdateShardedDatabaseDetails in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return UpdateShardedDatabaseDetails Modifier and Type Method Description UpdateShardedDatabaseDetails
UpdateShardedDatabaseRequest. getBody$()
Alternative accessor for the body parameter.UpdateShardedDatabaseDetails
UpdateShardedDatabaseRequest. getUpdateShardedDatabaseDetails()
The configuration of Sharded database to be updated.Methods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type UpdateShardedDatabaseDetails Modifier and Type Method Description UpdateShardedDatabaseRequest.Builder
UpdateShardedDatabaseRequest.Builder. body$(UpdateShardedDatabaseDetails body)
Alternative setter for the body parameter.UpdateShardedDatabaseRequest.Builder
UpdateShardedDatabaseRequest.Builder. updateShardedDatabaseDetails(UpdateShardedDatabaseDetails updateShardedDatabaseDetails)
The configuration of Sharded database to be updated.
-