Uses of Class
com.oracle.bmc.fleetappsmanagement.model.CreatePatchDetails
-
Packages that use CreatePatchDetails Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of CreatePatchDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return CreatePatchDetails Modifier and Type Method Description CreatePatchDetails
CreatePatchDetails.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type CreatePatchDetails Modifier and Type Method Description CreatePatchDetails.Builder
CreatePatchDetails.Builder. copy(CreatePatchDetails model)
-
Uses of CreatePatchDetails in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return CreatePatchDetails Modifier and Type Method Description CreatePatchDetails
CreatePatchRequest. getBody$()
Alternative accessor for the body parameter.CreatePatchDetails
CreatePatchRequest. getCreatePatchDetails()
Details for the new Patch.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type CreatePatchDetails Modifier and Type Method Description CreatePatchRequest.Builder
CreatePatchRequest.Builder. body$(CreatePatchDetails body)
Alternative setter for the body parameter.CreatePatchRequest.Builder
CreatePatchRequest.Builder. createPatchDetails(CreatePatchDetails createPatchDetails)
Details for the new Patch.
-