Uses of Class
com.oracle.bmc.datasafe.responses.GetReportContentResponse
-
Packages that use GetReportContentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetReportContentResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetReportContentResponse Modifier and Type Method Description GetReportContentResponse
DataSafe. getReportContent(GetReportContentRequest request)
Downloads the specified report in the form of .xls or .pdf.GetReportContentResponse
DataSafeClient. getReportContent(GetReportContentRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetReportContentResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetReportContentResponse 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 GetReportContentResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetReportContentResponse Modifier and Type Method Description GetReportContentResponse
GetReportContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetReportContentResponse Modifier and Type Method Description GetReportContentResponse.Builder
GetReportContentResponse.Builder. copy(GetReportContentResponse o)
Copy method to populate the builder with values from the given instance.
-