Uses of Class
com.oracle.bmc.cloudguard.requests.UpdateWlpAgentRequest
-
Packages that use UpdateWlpAgentRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of UpdateWlpAgentRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type UpdateWlpAgentRequest Modifier and Type Method Description UpdateWlpAgentResponse
CloudGuard. updateWlpAgent(UpdateWlpAgentRequest request)
Updates and renews the certificate for an on-premise WLP agent identified by wlpAgentId.Future<UpdateWlpAgentResponse>
CloudGuardAsync. updateWlpAgent(UpdateWlpAgentRequest request, AsyncHandler<UpdateWlpAgentRequest,UpdateWlpAgentResponse> handler)
Updates and renews the certificate for an on-premise WLP agent identified by wlpAgentId.Future<UpdateWlpAgentResponse>
CloudGuardAsyncClient. updateWlpAgent(UpdateWlpAgentRequest request, AsyncHandler<UpdateWlpAgentRequest,UpdateWlpAgentResponse> handler)
UpdateWlpAgentResponse
CloudGuardClient. updateWlpAgent(UpdateWlpAgentRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateWlpAgentRequest Modifier and Type Method Description Future<UpdateWlpAgentResponse>
CloudGuardAsync. updateWlpAgent(UpdateWlpAgentRequest request, AsyncHandler<UpdateWlpAgentRequest,UpdateWlpAgentResponse> handler)
Updates and renews the certificate for an on-premise WLP agent identified by wlpAgentId.Future<UpdateWlpAgentResponse>
CloudGuardAsyncClient. updateWlpAgent(UpdateWlpAgentRequest request, AsyncHandler<UpdateWlpAgentRequest,UpdateWlpAgentResponse> handler)
-
Uses of UpdateWlpAgentRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return UpdateWlpAgentRequest Modifier and Type Method Description UpdateWlpAgentRequest
UpdateWlpAgentRequest.Builder. build()
Build the instance of UpdateWlpAgentRequest as configured by this builderUpdateWlpAgentRequest
UpdateWlpAgentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateWlpAgentRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type UpdateWlpAgentRequest Modifier and Type Method Description UpdateWlpAgentRequest.Builder
UpdateWlpAgentRequest.Builder. copy(UpdateWlpAgentRequest o)
Copy method to populate the builder with values from the given instance.
-