Uses of Class
com.oracle.bmc.database.model.CreateExecutionWindowDetails
-
Packages that use CreateExecutionWindowDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of CreateExecutionWindowDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateExecutionWindowDetails Modifier and Type Method Description CreateExecutionWindowDetails
CreateExecutionWindowDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type CreateExecutionWindowDetails Modifier and Type Method Description CreateExecutionWindowDetails.Builder
CreateExecutionWindowDetails.Builder. copy(CreateExecutionWindowDetails model)
-
Uses of CreateExecutionWindowDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CreateExecutionWindowDetails Modifier and Type Method Description CreateExecutionWindowDetails
CreateExecutionWindowRequest. getBody$()
Alternative accessor for the body parameter.CreateExecutionWindowDetails
CreateExecutionWindowRequest. getCreateExecutionWindowDetails()
Request to create execution window.Methods in com.oracle.bmc.database.requests with parameters of type CreateExecutionWindowDetails Modifier and Type Method Description CreateExecutionWindowRequest.Builder
CreateExecutionWindowRequest.Builder. body$(CreateExecutionWindowDetails body)
Alternative setter for the body parameter.CreateExecutionWindowRequest.Builder
CreateExecutionWindowRequest.Builder. createExecutionWindowDetails(CreateExecutionWindowDetails createExecutionWindowDetails)
Request to create execution window.
-