Uses of Class
com.oracle.bmc.cloudguard.responses.DeleteWlpAgentResponse
-
Packages that use DeleteWlpAgentResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of DeleteWlpAgentResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return DeleteWlpAgentResponse Modifier and Type Method Description DeleteWlpAgentResponse
CloudGuard. deleteWlpAgent(DeleteWlpAgentRequest request)
Deletes and unregisters the WLP agent for an on-premise resource.DeleteWlpAgentResponse
CloudGuardClient. deleteWlpAgent(DeleteWlpAgentRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type DeleteWlpAgentResponse Modifier and Type Method Description Future<DeleteWlpAgentResponse>
CloudGuardAsync. deleteWlpAgent(DeleteWlpAgentRequest request, AsyncHandler<DeleteWlpAgentRequest,DeleteWlpAgentResponse> handler)
Deletes and unregisters the WLP agent for an on-premise resource.Future<DeleteWlpAgentResponse>
CloudGuardAsyncClient. deleteWlpAgent(DeleteWlpAgentRequest request, AsyncHandler<DeleteWlpAgentRequest,DeleteWlpAgentResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type DeleteWlpAgentResponse Modifier and Type Method Description Future<DeleteWlpAgentResponse>
CloudGuardAsync. deleteWlpAgent(DeleteWlpAgentRequest request, AsyncHandler<DeleteWlpAgentRequest,DeleteWlpAgentResponse> handler)
Deletes and unregisters the WLP agent for an on-premise resource.Future<DeleteWlpAgentResponse>
CloudGuardAsyncClient. deleteWlpAgent(DeleteWlpAgentRequest request, AsyncHandler<DeleteWlpAgentRequest,DeleteWlpAgentResponse> handler)
-
Uses of DeleteWlpAgentResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return DeleteWlpAgentResponse Modifier and Type Method Description DeleteWlpAgentResponse
DeleteWlpAgentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type DeleteWlpAgentResponse Modifier and Type Method Description DeleteWlpAgentResponse.Builder
DeleteWlpAgentResponse.Builder. copy(DeleteWlpAgentResponse o)
Copy method to populate the builder with values from the given instance.
-