Uses of Class
com.oracle.bmc.waas.requests.DeleteWaasPolicyRequest
-
Packages that use DeleteWaasPolicyRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of DeleteWaasPolicyRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type DeleteWaasPolicyRequest Modifier and Type Method Description DeleteWaasPolicyResponse
Waas. deleteWaasPolicy(DeleteWaasPolicyRequest request)
Deletes a policy.Future<DeleteWaasPolicyResponse>
WaasAsync. deleteWaasPolicy(DeleteWaasPolicyRequest request, AsyncHandler<DeleteWaasPolicyRequest,DeleteWaasPolicyResponse> handler)
Deletes a policy.Future<DeleteWaasPolicyResponse>
WaasAsyncClient. deleteWaasPolicy(DeleteWaasPolicyRequest request, AsyncHandler<DeleteWaasPolicyRequest,DeleteWaasPolicyResponse> handler)
DeleteWaasPolicyResponse
WaasClient. deleteWaasPolicy(DeleteWaasPolicyRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type DeleteWaasPolicyRequest 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 DeleteWaasPolicyRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return DeleteWaasPolicyRequest Modifier and Type Method Description DeleteWaasPolicyRequest
DeleteWaasPolicyRequest.Builder. build()
Build the instance of DeleteWaasPolicyRequest as configured by this builderDeleteWaasPolicyRequest
DeleteWaasPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteWaasPolicyRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type DeleteWaasPolicyRequest Modifier and Type Method Description DeleteWaasPolicyRequest.Builder
DeleteWaasPolicyRequest.Builder. copy(DeleteWaasPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-