Uses of Class
com.oracle.bmc.opsi.requests.DeleteChargebackPlanReportRequest
-
Packages that use DeleteChargebackPlanReportRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of DeleteChargebackPlanReportRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type DeleteChargebackPlanReportRequest Modifier and Type Method Description DeleteChargebackPlanReportResponseOperationsInsights. deleteChargebackPlanReport(DeleteChargebackPlanReportRequest request)Deletes a chargeback plan report if it’s not assigned to any resource.Future<DeleteChargebackPlanReportResponse>OperationsInsightsAsync. deleteChargebackPlanReport(DeleteChargebackPlanReportRequest request, AsyncHandler<DeleteChargebackPlanReportRequest,DeleteChargebackPlanReportResponse> handler)Deletes a chargeback plan report if it’s not assigned to any resource.Future<DeleteChargebackPlanReportResponse>OperationsInsightsAsyncClient. deleteChargebackPlanReport(DeleteChargebackPlanReportRequest request, AsyncHandler<DeleteChargebackPlanReportRequest,DeleteChargebackPlanReportResponse> handler)DeleteChargebackPlanReportResponseOperationsInsightsClient. deleteChargebackPlanReport(DeleteChargebackPlanReportRequest request)Method parameters in com.oracle.bmc.opsi with type arguments of type DeleteChargebackPlanReportRequest Modifier and Type Method Description Future<DeleteChargebackPlanReportResponse>OperationsInsightsAsync. deleteChargebackPlanReport(DeleteChargebackPlanReportRequest request, AsyncHandler<DeleteChargebackPlanReportRequest,DeleteChargebackPlanReportResponse> handler)Deletes a chargeback plan report if it’s not assigned to any resource.Future<DeleteChargebackPlanReportResponse>OperationsInsightsAsyncClient. deleteChargebackPlanReport(DeleteChargebackPlanReportRequest request, AsyncHandler<DeleteChargebackPlanReportRequest,DeleteChargebackPlanReportResponse> handler) -
Uses of DeleteChargebackPlanReportRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return DeleteChargebackPlanReportRequest Modifier and Type Method Description DeleteChargebackPlanReportRequestDeleteChargebackPlanReportRequest.Builder. build()Build the instance of DeleteChargebackPlanReportRequest as configured by this builderDeleteChargebackPlanReportRequestDeleteChargebackPlanReportRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteChargebackPlanReportRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type DeleteChargebackPlanReportRequest Modifier and Type Method Description DeleteChargebackPlanReportRequest.BuilderDeleteChargebackPlanReportRequest.Builder. copy(DeleteChargebackPlanReportRequest o)Copy method to populate the builder with values from the given instance.
-