Uses of Class
com.oracle.bmc.datasafe.requests.GetReportContentRequest
-
Packages that use GetReportContentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetReportContentRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type GetReportContentRequest Modifier and Type Method Description GetReportContentResponse
DataSafe. getReportContent(GetReportContentRequest request)
Downloads the specified report in the form of .xls or .pdf.Future<GetReportContentResponse>
DataSafeAsync. getReportContent(GetReportContentRequest request, AsyncHandler<GetReportContentRequest,GetReportContentResponse> handler)
Downloads the specified report in the form of .xls or .pdf.Future<GetReportContentResponse>
DataSafeAsyncClient. getReportContent(GetReportContentRequest request, AsyncHandler<GetReportContentRequest,GetReportContentResponse> handler)
GetReportContentResponse
DataSafeClient. getReportContent(GetReportContentRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetReportContentRequest Modifier and Type Method Description Future<GetReportContentResponse>
DataSafeAsync. getReportContent(GetReportContentRequest request, AsyncHandler<GetReportContentRequest,GetReportContentResponse> handler)
Downloads the specified report in the form of .xls or .pdf.Future<GetReportContentResponse>
DataSafeAsyncClient. getReportContent(GetReportContentRequest request, AsyncHandler<GetReportContentRequest,GetReportContentResponse> handler)
-
Uses of GetReportContentRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetReportContentRequest Modifier and Type Method Description GetReportContentRequest
GetReportContentRequest.Builder. build()
Build the instance of GetReportContentRequest as configured by this builderGetReportContentRequest
GetReportContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetReportContentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetReportContentRequest Modifier and Type Method Description GetReportContentRequest.Builder
GetReportContentRequest.Builder. copy(GetReportContentRequest o)
Copy method to populate the builder with values from the given instance.
-