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