Uses of Class
com.oracle.bmc.jms.responses.UpdateExportSettingResponse
-
Packages that use UpdateExportSettingResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of UpdateExportSettingResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return UpdateExportSettingResponse Modifier and Type Method Description UpdateExportSettingResponse
JavaManagementService. updateExportSetting(UpdateExportSettingRequest request)
Updates existing export setting for the specified fleet.UpdateExportSettingResponse
JavaManagementServiceClient. updateExportSetting(UpdateExportSettingRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type UpdateExportSettingResponse Modifier and Type Method Description Future<UpdateExportSettingResponse>
JavaManagementServiceAsync. updateExportSetting(UpdateExportSettingRequest request, AsyncHandler<UpdateExportSettingRequest,UpdateExportSettingResponse> handler)
Updates existing export setting for the specified fleet.Future<UpdateExportSettingResponse>
JavaManagementServiceAsyncClient. updateExportSetting(UpdateExportSettingRequest request, AsyncHandler<UpdateExportSettingRequest,UpdateExportSettingResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type UpdateExportSettingResponse Modifier and Type Method Description Future<UpdateExportSettingResponse>
JavaManagementServiceAsync. updateExportSetting(UpdateExportSettingRequest request, AsyncHandler<UpdateExportSettingRequest,UpdateExportSettingResponse> handler)
Updates existing export setting for the specified fleet.Future<UpdateExportSettingResponse>
JavaManagementServiceAsyncClient. updateExportSetting(UpdateExportSettingRequest request, AsyncHandler<UpdateExportSettingRequest,UpdateExportSettingResponse> handler)
-
Uses of UpdateExportSettingResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return UpdateExportSettingResponse Modifier and Type Method Description UpdateExportSettingResponse
UpdateExportSettingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type UpdateExportSettingResponse Modifier and Type Method Description UpdateExportSettingResponse.Builder
UpdateExportSettingResponse.Builder. copy(UpdateExportSettingResponse o)
Copy method to populate the builder with values from the given instance.
-