Uses of Class
com.oracle.bmc.cloudguard.responses.GetResponderExecutionResponse
-
Packages that use GetResponderExecutionResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetResponderExecutionResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetResponderExecutionResponse Modifier and Type Method Description GetResponderExecutionResponse
CloudGuard. getResponderExecution(GetResponderExecutionRequest request)
Returns a responder execution identified by responderExecutionId.GetResponderExecutionResponse
CloudGuardClient. getResponderExecution(GetResponderExecutionRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type GetResponderExecutionResponse Modifier and Type Method Description Future<GetResponderExecutionResponse>
CloudGuardAsync. getResponderExecution(GetResponderExecutionRequest request, AsyncHandler<GetResponderExecutionRequest,GetResponderExecutionResponse> handler)
Returns a responder execution identified by responderExecutionId.Future<GetResponderExecutionResponse>
CloudGuardAsyncClient. getResponderExecution(GetResponderExecutionRequest request, AsyncHandler<GetResponderExecutionRequest,GetResponderExecutionResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetResponderExecutionResponse Modifier and Type Method Description Future<GetResponderExecutionResponse>
CloudGuardAsync. getResponderExecution(GetResponderExecutionRequest request, AsyncHandler<GetResponderExecutionRequest,GetResponderExecutionResponse> handler)
Returns a responder execution identified by responderExecutionId.Future<GetResponderExecutionResponse>
CloudGuardAsyncClient. getResponderExecution(GetResponderExecutionRequest request, AsyncHandler<GetResponderExecutionRequest,GetResponderExecutionResponse> handler)
-
Uses of GetResponderExecutionResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetResponderExecutionResponse Modifier and Type Method Description GetResponderExecutionResponse
GetResponderExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetResponderExecutionResponse Modifier and Type Method Description GetResponderExecutionResponse.Builder
GetResponderExecutionResponse.Builder. copy(GetResponderExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-