Uses of Class
com.oracle.bmc.jms.requests.GetExportSettingRequest
-
Packages that use GetExportSettingRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of GetExportSettingRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type GetExportSettingRequest Modifier and Type Method Description GetExportSettingResponse
JavaManagementService. getExportSetting(GetExportSettingRequest request)
Returns export setting for the specified fleet.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)
GetExportSettingResponse
JavaManagementServiceClient. getExportSetting(GetExportSettingRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type GetExportSettingRequest 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 GetExportSettingRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return GetExportSettingRequest Modifier and Type Method Description GetExportSettingRequest
GetExportSettingRequest.Builder. build()
Build the instance of GetExportSettingRequest as configured by this builderGetExportSettingRequest
GetExportSettingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetExportSettingRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type GetExportSettingRequest Modifier and Type Method Description GetExportSettingRequest.Builder
GetExportSettingRequest.Builder. copy(GetExportSettingRequest o)
Copy method to populate the builder with values from the given instance.
-