Uses of Class
com.oracle.bmc.cloudguard.responses.GetDetectorResponse
-
Packages that use GetDetectorResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetDetectorResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetDetectorResponse Modifier and Type Method Description GetDetectorResponse
CloudGuard. getDetector(GetDetectorRequest request)
Returns a Detector resource, identified by detectorId.GetDetectorResponse
CloudGuardClient. getDetector(GetDetectorRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type GetDetectorResponse Modifier and Type Method Description Waiter<GetDetectorRequest,GetDetectorResponse>
CloudGuardWaiters. forDetector(GetDetectorRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDetectorRequest,GetDetectorResponse>
CloudGuardWaiters. forDetector(GetDetectorRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDetectorRequest,GetDetectorResponse>
CloudGuardWaiters. forDetector(GetDetectorRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetDetectorResponse>
CloudGuardAsync. getDetector(GetDetectorRequest request, AsyncHandler<GetDetectorRequest,GetDetectorResponse> handler)
Returns a Detector resource, identified by detectorId.Future<GetDetectorResponse>
CloudGuardAsyncClient. getDetector(GetDetectorRequest request, AsyncHandler<GetDetectorRequest,GetDetectorResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetDetectorResponse Modifier and Type Method Description Future<GetDetectorResponse>
CloudGuardAsync. getDetector(GetDetectorRequest request, AsyncHandler<GetDetectorRequest,GetDetectorResponse> handler)
Returns a Detector resource, identified by detectorId.Future<GetDetectorResponse>
CloudGuardAsyncClient. getDetector(GetDetectorRequest request, AsyncHandler<GetDetectorRequest,GetDetectorResponse> handler)
-
Uses of GetDetectorResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetDetectorResponse Modifier and Type Method Description GetDetectorResponse
GetDetectorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetDetectorResponse Modifier and Type Method Description GetDetectorResponse.Builder
GetDetectorResponse.Builder. copy(GetDetectorResponse o)
Copy method to populate the builder with values from the given instance.
-