Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.PatchShardedDatabaseDetails
-
Packages that use PatchShardedDatabaseDetails Package Description com.oracle.bmc.globallydistributeddatabase.model com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of PatchShardedDatabaseDetails in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return PatchShardedDatabaseDetails Modifier and Type Method Description PatchShardedDatabaseDetails
PatchShardedDatabaseDetails.Builder. build()
PatchShardedDatabaseDetails
PrevalidatePatchPayload. getPrevalidatePayload()
Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type PatchShardedDatabaseDetails Modifier and Type Method Description PatchShardedDatabaseDetails.Builder
PatchShardedDatabaseDetails.Builder. copy(PatchShardedDatabaseDetails model)
PrevalidatePatchPayload.Builder
PrevalidatePatchPayload.Builder. prevalidatePayload(PatchShardedDatabaseDetails prevalidatePayload)
Constructors in com.oracle.bmc.globallydistributeddatabase.model with parameters of type PatchShardedDatabaseDetails Constructor Description PrevalidatePatchPayload(PatchShardedDatabaseDetails prevalidatePayload, String shardedDatabaseId)
Deprecated. -
Uses of PatchShardedDatabaseDetails in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return PatchShardedDatabaseDetails Modifier and Type Method Description PatchShardedDatabaseDetails
PatchShardedDatabaseRequest. getBody$()
Alternative accessor for the body parameter.PatchShardedDatabaseDetails
PatchShardedDatabaseRequest. getPatchShardedDatabaseDetails()
The payload containing instructions to patch the sharded database.Methods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type PatchShardedDatabaseDetails Modifier and Type Method Description PatchShardedDatabaseRequest.Builder
PatchShardedDatabaseRequest.Builder. body$(PatchShardedDatabaseDetails body)
Alternative setter for the body parameter.PatchShardedDatabaseRequest.Builder
PatchShardedDatabaseRequest.Builder. patchShardedDatabaseDetails(PatchShardedDatabaseDetails patchShardedDatabaseDetails)
The payload containing instructions to patch the sharded database.
-