Uses of Class
com.oracle.bmc.jms.model.UpdateExportSettingDetails
-
Packages that use UpdateExportSettingDetails Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of UpdateExportSettingDetails in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return UpdateExportSettingDetails Modifier and Type Method Description UpdateExportSettingDetails
UpdateExportSettingDetails.Builder. build()
Methods in com.oracle.bmc.jms.model with parameters of type UpdateExportSettingDetails Modifier and Type Method Description UpdateExportSettingDetails.Builder
UpdateExportSettingDetails.Builder. copy(UpdateExportSettingDetails model)
-
Uses of UpdateExportSettingDetails in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return UpdateExportSettingDetails Modifier and Type Method Description UpdateExportSettingDetails
UpdateExportSettingRequest. getBody$()
Alternative accessor for the body parameter.UpdateExportSettingDetails
UpdateExportSettingRequest. getUpdateExportSettingDetails()
The new details for the export setting.Methods in com.oracle.bmc.jms.requests with parameters of type UpdateExportSettingDetails Modifier and Type Method Description UpdateExportSettingRequest.Builder
UpdateExportSettingRequest.Builder. body$(UpdateExportSettingDetails body)
Alternative setter for the body parameter.UpdateExportSettingRequest.Builder
UpdateExportSettingRequest.Builder. updateExportSettingDetails(UpdateExportSettingDetails updateExportSettingDetails)
The new details for the export setting.
-