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