Uses of Class
com.oracle.bmc.threatintelligence.requests.GetIndicatorRequest
-
Packages that use GetIndicatorRequest Package Description com.oracle.bmc.threatintelligence com.oracle.bmc.threatintelligence.requests -
-
Uses of GetIndicatorRequest in com.oracle.bmc.threatintelligence
Methods in com.oracle.bmc.threatintelligence that return types with arguments of type GetIndicatorRequest Modifier and Type Method Description Waiter<GetIndicatorRequest,GetIndicatorResponse>
ThreatintelWaiters. forIndicator(GetIndicatorRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetIndicatorRequest,GetIndicatorResponse>
ThreatintelWaiters. forIndicator(GetIndicatorRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetIndicatorRequest,GetIndicatorResponse>
ThreatintelWaiters. forIndicator(GetIndicatorRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.threatintelligence with parameters of type GetIndicatorRequest Modifier and Type Method Description Waiter<GetIndicatorRequest,GetIndicatorResponse>
ThreatintelWaiters. forIndicator(GetIndicatorRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetIndicatorRequest,GetIndicatorResponse>
ThreatintelWaiters. forIndicator(GetIndicatorRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetIndicatorRequest,GetIndicatorResponse>
ThreatintelWaiters. forIndicator(GetIndicatorRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetIndicatorResponse
Threatintel. getIndicator(GetIndicatorRequest request)
Get detailed information about a threat indicator with a given identifier.Future<GetIndicatorResponse>
ThreatintelAsync. getIndicator(GetIndicatorRequest request, AsyncHandler<GetIndicatorRequest,GetIndicatorResponse> handler)
Get detailed information about a threat indicator with a given identifier.Future<GetIndicatorResponse>
ThreatintelAsyncClient. getIndicator(GetIndicatorRequest request, AsyncHandler<GetIndicatorRequest,GetIndicatorResponse> handler)
GetIndicatorResponse
ThreatintelClient. getIndicator(GetIndicatorRequest request)
Method parameters in com.oracle.bmc.threatintelligence with type arguments of type GetIndicatorRequest Modifier and Type Method Description Future<GetIndicatorResponse>
ThreatintelAsync. getIndicator(GetIndicatorRequest request, AsyncHandler<GetIndicatorRequest,GetIndicatorResponse> handler)
Get detailed information about a threat indicator with a given identifier.Future<GetIndicatorResponse>
ThreatintelAsyncClient. getIndicator(GetIndicatorRequest request, AsyncHandler<GetIndicatorRequest,GetIndicatorResponse> handler)
-
Uses of GetIndicatorRequest in com.oracle.bmc.threatintelligence.requests
Methods in com.oracle.bmc.threatintelligence.requests that return GetIndicatorRequest Modifier and Type Method Description GetIndicatorRequest
GetIndicatorRequest.Builder. build()
Build the instance of GetIndicatorRequest as configured by this builderGetIndicatorRequest
GetIndicatorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetIndicatorRequest as configured by this builderMethods in com.oracle.bmc.threatintelligence.requests with parameters of type GetIndicatorRequest Modifier and Type Method Description GetIndicatorRequest.Builder
GetIndicatorRequest.Builder. copy(GetIndicatorRequest o)
Copy method to populate the builder with values from the given instance.
-