Uses of Class
com.oracle.bmc.waas.responses.DeleteWaasPolicyResponse
-
Packages that use DeleteWaasPolicyResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of DeleteWaasPolicyResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return DeleteWaasPolicyResponse Modifier and Type Method Description DeleteWaasPolicyResponse
Waas. deleteWaasPolicy(DeleteWaasPolicyRequest request)
Deletes a policy.DeleteWaasPolicyResponse
WaasClient. deleteWaasPolicy(DeleteWaasPolicyRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type DeleteWaasPolicyResponse Modifier and Type Method Description Future<DeleteWaasPolicyResponse>
WaasAsync. deleteWaasPolicy(DeleteWaasPolicyRequest request, AsyncHandler<DeleteWaasPolicyRequest,DeleteWaasPolicyResponse> handler)
Deletes a policy.Future<DeleteWaasPolicyResponse>
WaasAsyncClient. deleteWaasPolicy(DeleteWaasPolicyRequest request, AsyncHandler<DeleteWaasPolicyRequest,DeleteWaasPolicyResponse> handler)
Method parameters in com.oracle.bmc.waas with type arguments of type DeleteWaasPolicyResponse Modifier and Type Method Description Future<DeleteWaasPolicyResponse>
WaasAsync. deleteWaasPolicy(DeleteWaasPolicyRequest request, AsyncHandler<DeleteWaasPolicyRequest,DeleteWaasPolicyResponse> handler)
Deletes a policy.Future<DeleteWaasPolicyResponse>
WaasAsyncClient. deleteWaasPolicy(DeleteWaasPolicyRequest request, AsyncHandler<DeleteWaasPolicyRequest,DeleteWaasPolicyResponse> handler)
-
Uses of DeleteWaasPolicyResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return DeleteWaasPolicyResponse Modifier and Type Method Description DeleteWaasPolicyResponse
DeleteWaasPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type DeleteWaasPolicyResponse Modifier and Type Method Description DeleteWaasPolicyResponse.Builder
DeleteWaasPolicyResponse.Builder. copy(DeleteWaasPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-