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