Uses of Class
com.oracle.bmc.datasafe.responses.CreateReportDefinitionResponse
-
Packages that use CreateReportDefinitionResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of CreateReportDefinitionResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return CreateReportDefinitionResponse Modifier and Type Method Description CreateReportDefinitionResponse
DataSafe. createReportDefinition(CreateReportDefinitionRequest request)
Creates a new report definition with parameters specified in the body.CreateReportDefinitionResponse
DataSafeClient. createReportDefinition(CreateReportDefinitionRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type CreateReportDefinitionResponse Modifier and Type Method Description Future<CreateReportDefinitionResponse>
DataSafeAsync. createReportDefinition(CreateReportDefinitionRequest request, AsyncHandler<CreateReportDefinitionRequest,CreateReportDefinitionResponse> handler)
Creates a new report definition with parameters specified in the body.Future<CreateReportDefinitionResponse>
DataSafeAsyncClient. createReportDefinition(CreateReportDefinitionRequest request, AsyncHandler<CreateReportDefinitionRequest,CreateReportDefinitionResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateReportDefinitionResponse Modifier and Type Method Description Future<CreateReportDefinitionResponse>
DataSafeAsync. createReportDefinition(CreateReportDefinitionRequest request, AsyncHandler<CreateReportDefinitionRequest,CreateReportDefinitionResponse> handler)
Creates a new report definition with parameters specified in the body.Future<CreateReportDefinitionResponse>
DataSafeAsyncClient. createReportDefinition(CreateReportDefinitionRequest request, AsyncHandler<CreateReportDefinitionRequest,CreateReportDefinitionResponse> handler)
-
Uses of CreateReportDefinitionResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return CreateReportDefinitionResponse Modifier and Type Method Description CreateReportDefinitionResponse
CreateReportDefinitionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type CreateReportDefinitionResponse Modifier and Type Method Description CreateReportDefinitionResponse.Builder
CreateReportDefinitionResponse.Builder. copy(CreateReportDefinitionResponse o)
Copy method to populate the builder with values from the given instance.
-