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