Uses of Class
com.oracle.bmc.cloudguard.responses.UpdateWlpAgentResponse
-
Packages that use UpdateWlpAgentResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of UpdateWlpAgentResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return UpdateWlpAgentResponse Modifier and Type Method Description UpdateWlpAgentResponse
CloudGuard. updateWlpAgent(UpdateWlpAgentRequest request)
Updates and renews the certificate for an on-premise WLP agent identified by wlpAgentId.UpdateWlpAgentResponse
CloudGuardClient. updateWlpAgent(UpdateWlpAgentRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type UpdateWlpAgentResponse 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)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateWlpAgentResponse 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 UpdateWlpAgentResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return UpdateWlpAgentResponse Modifier and Type Method Description UpdateWlpAgentResponse
UpdateWlpAgentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type UpdateWlpAgentResponse Modifier and Type Method Description UpdateWlpAgentResponse.Builder
UpdateWlpAgentResponse.Builder. copy(UpdateWlpAgentResponse o)
Copy method to populate the builder with values from the given instance.
-