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