Uses of Class
com.oracle.bmc.waas.requests.GetPolicyConfigRequest
-
Packages that use GetPolicyConfigRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of GetPolicyConfigRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type GetPolicyConfigRequest Modifier and Type Method Description GetPolicyConfigResponse
Waas. getPolicyConfig(GetPolicyConfigRequest request)
Gets the configuration of a WAAS policy.Future<GetPolicyConfigResponse>
WaasAsync. getPolicyConfig(GetPolicyConfigRequest request, AsyncHandler<GetPolicyConfigRequest,GetPolicyConfigResponse> handler)
Gets the configuration of a WAAS policy.Future<GetPolicyConfigResponse>
WaasAsyncClient. getPolicyConfig(GetPolicyConfigRequest request, AsyncHandler<GetPolicyConfigRequest,GetPolicyConfigResponse> handler)
GetPolicyConfigResponse
WaasClient. getPolicyConfig(GetPolicyConfigRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type GetPolicyConfigRequest Modifier and Type Method Description Future<GetPolicyConfigResponse>
WaasAsync. getPolicyConfig(GetPolicyConfigRequest request, AsyncHandler<GetPolicyConfigRequest,GetPolicyConfigResponse> handler)
Gets the configuration of a WAAS policy.Future<GetPolicyConfigResponse>
WaasAsyncClient. getPolicyConfig(GetPolicyConfigRequest request, AsyncHandler<GetPolicyConfigRequest,GetPolicyConfigResponse> handler)
-
Uses of GetPolicyConfigRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return GetPolicyConfigRequest Modifier and Type Method Description GetPolicyConfigRequest
GetPolicyConfigRequest.Builder. build()
Build the instance of GetPolicyConfigRequest as configured by this builderGetPolicyConfigRequest
GetPolicyConfigRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPolicyConfigRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type GetPolicyConfigRequest Modifier and Type Method Description GetPolicyConfigRequest.Builder
GetPolicyConfigRequest.Builder. copy(GetPolicyConfigRequest o)
Copy method to populate the builder with values from the given instance.
-