Uses of Class
com.oracle.bmc.waas.responses.CreateWaasPolicyResponse
-
Packages that use CreateWaasPolicyResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of CreateWaasPolicyResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return CreateWaasPolicyResponse Modifier and Type Method Description CreateWaasPolicyResponse
Waas. createWaasPolicy(CreateWaasPolicyRequest request)
Creates a new Web Application Acceleration and Security (WAAS) policy in the specified compartment.CreateWaasPolicyResponse
WaasClient. createWaasPolicy(CreateWaasPolicyRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type CreateWaasPolicyResponse 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)
Method parameters in com.oracle.bmc.waas with type arguments of type CreateWaasPolicyResponse 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 CreateWaasPolicyResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return CreateWaasPolicyResponse Modifier and Type Method Description CreateWaasPolicyResponse
CreateWaasPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type CreateWaasPolicyResponse Modifier and Type Method Description CreateWaasPolicyResponse.Builder
CreateWaasPolicyResponse.Builder. copy(CreateWaasPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-