Uses of Class
com.oracle.bmc.cloudguard.requests.GetResponderExecutionRequest
-
Packages that use GetResponderExecutionRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of GetResponderExecutionRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type GetResponderExecutionRequest Modifier and Type Method Description GetResponderExecutionResponse
CloudGuard. getResponderExecution(GetResponderExecutionRequest request)
Returns a responder execution identified by responderExecutionId.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)
GetResponderExecutionResponse
CloudGuardClient. getResponderExecution(GetResponderExecutionRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetResponderExecutionRequest 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 GetResponderExecutionRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return GetResponderExecutionRequest Modifier and Type Method Description GetResponderExecutionRequest
GetResponderExecutionRequest.Builder. build()
Build the instance of GetResponderExecutionRequest as configured by this builderGetResponderExecutionRequest
GetResponderExecutionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetResponderExecutionRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type GetResponderExecutionRequest Modifier and Type Method Description GetResponderExecutionRequest.Builder
GetResponderExecutionRequest.Builder. copy(GetResponderExecutionRequest o)
Copy method to populate the builder with values from the given instance.
-