Uses of Class
com.oracle.bmc.cloudguard.requests.GetDetectorRequest
-
Packages that use GetDetectorRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of GetDetectorRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type GetDetectorRequest 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.Methods in com.oracle.bmc.cloudguard with parameters of type GetDetectorRequest 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.GetDetectorResponse
CloudGuard. getDetector(GetDetectorRequest request)
Returns a Detector resource, identified by detectorId.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)
GetDetectorResponse
CloudGuardClient. getDetector(GetDetectorRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetDetectorRequest 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 GetDetectorRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return GetDetectorRequest Modifier and Type Method Description GetDetectorRequest
GetDetectorRequest.Builder. build()
Build the instance of GetDetectorRequest as configured by this builderGetDetectorRequest
GetDetectorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDetectorRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type GetDetectorRequest Modifier and Type Method Description GetDetectorRequest.Builder
GetDetectorRequest.Builder. copy(GetDetectorRequest o)
Copy method to populate the builder with values from the given instance.
-