Uses of Class
com.oracle.bmc.databasemanagement.model.CreateCloudDbSystemDetails
-
Packages that use CreateCloudDbSystemDetails Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of CreateCloudDbSystemDetails in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CreateCloudDbSystemDetails Modifier and Type Method Description CreateCloudDbSystemDetails
CreateCloudDbSystemDetails.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type CreateCloudDbSystemDetails Modifier and Type Method Description CreateCloudDbSystemDetails.Builder
CreateCloudDbSystemDetails.Builder. copy(CreateCloudDbSystemDetails model)
-
Uses of CreateCloudDbSystemDetails in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return CreateCloudDbSystemDetails Modifier and Type Method Description CreateCloudDbSystemDetails
CreateCloudDbSystemRequest. getBody$()
Alternative accessor for the body parameter.CreateCloudDbSystemDetails
CreateCloudDbSystemRequest. getCreateCloudDbSystemDetails()
The details required to create an cloud DB system.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type CreateCloudDbSystemDetails Modifier and Type Method Description CreateCloudDbSystemRequest.Builder
CreateCloudDbSystemRequest.Builder. body$(CreateCloudDbSystemDetails body)
Alternative setter for the body parameter.CreateCloudDbSystemRequest.Builder
CreateCloudDbSystemRequest.Builder. createCloudDbSystemDetails(CreateCloudDbSystemDetails createCloudDbSystemDetails)
The details required to create an cloud DB system.
-