Uses of Class
com.oracle.bmc.datasafe.responses.GetReportDefinitionResponse
-
Packages that use GetReportDefinitionResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetReportDefinitionResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetReportDefinitionResponse Modifier and Type Method Description GetReportDefinitionResponse
DataSafe. getReportDefinition(GetReportDefinitionRequest request)
Gets the details of report definition specified by the identifierGetReportDefinitionResponse
DataSafeClient. getReportDefinition(GetReportDefinitionRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetReportDefinitionResponse Modifier and Type Method Description Future<GetReportDefinitionResponse>
DataSafeAsync. getReportDefinition(GetReportDefinitionRequest request, AsyncHandler<GetReportDefinitionRequest,GetReportDefinitionResponse> handler)
Gets the details of report definition specified by the identifierFuture<GetReportDefinitionResponse>
DataSafeAsyncClient. getReportDefinition(GetReportDefinitionRequest request, AsyncHandler<GetReportDefinitionRequest,GetReportDefinitionResponse> handler)
-
Uses of GetReportDefinitionResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetReportDefinitionResponse Modifier and Type Method Description GetReportDefinitionResponse
GetReportDefinitionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetReportDefinitionResponse Modifier and Type Method Description GetReportDefinitionResponse.Builder
GetReportDefinitionResponse.Builder. copy(GetReportDefinitionResponse o)
Copy method to populate the builder with values from the given instance.
-