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