Uses of Class
com.oracle.bmc.waas.requests.CreateWaasPolicyRequest
-
Packages that use CreateWaasPolicyRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of CreateWaasPolicyRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type CreateWaasPolicyRequest Modifier and Type Method Description CreateWaasPolicyResponse
Waas. createWaasPolicy(CreateWaasPolicyRequest request)
Creates a new Web Application Acceleration and Security (WAAS) policy in the specified compartment.Future<CreateWaasPolicyResponse>
WaasAsync. createWaasPolicy(CreateWaasPolicyRequest request, AsyncHandler<CreateWaasPolicyRequest,CreateWaasPolicyResponse> handler)
Creates a new Web Application Acceleration and Security (WAAS) policy in the specified compartment.Future<CreateWaasPolicyResponse>
WaasAsyncClient. createWaasPolicy(CreateWaasPolicyRequest request, AsyncHandler<CreateWaasPolicyRequest,CreateWaasPolicyResponse> handler)
CreateWaasPolicyResponse
WaasClient. createWaasPolicy(CreateWaasPolicyRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type CreateWaasPolicyRequest Modifier and Type Method Description Future<CreateWaasPolicyResponse>
WaasAsync. createWaasPolicy(CreateWaasPolicyRequest request, AsyncHandler<CreateWaasPolicyRequest,CreateWaasPolicyResponse> handler)
Creates a new Web Application Acceleration and Security (WAAS) policy in the specified compartment.Future<CreateWaasPolicyResponse>
WaasAsyncClient. createWaasPolicy(CreateWaasPolicyRequest request, AsyncHandler<CreateWaasPolicyRequest,CreateWaasPolicyResponse> handler)
-
Uses of CreateWaasPolicyRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return CreateWaasPolicyRequest Modifier and Type Method Description CreateWaasPolicyRequest
CreateWaasPolicyRequest.Builder. build()
Build the instance of CreateWaasPolicyRequest as configured by this builderCreateWaasPolicyRequest
CreateWaasPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateWaasPolicyRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type CreateWaasPolicyRequest Modifier and Type Method Description CreateWaasPolicyRequest.Builder
CreateWaasPolicyRequest.Builder. copy(CreateWaasPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-