Uses of Class
com.oracle.bmc.threatintelligence.responses.GetIndicatorResponse
-
Packages that use GetIndicatorResponse Package Description com.oracle.bmc.threatintelligence com.oracle.bmc.threatintelligence.responses -
-
Uses of GetIndicatorResponse in com.oracle.bmc.threatintelligence
Methods in com.oracle.bmc.threatintelligence that return GetIndicatorResponse Modifier and Type Method Description GetIndicatorResponse
Threatintel. getIndicator(GetIndicatorRequest request)
Get detailed information about a threat indicator with a given identifier.GetIndicatorResponse
ThreatintelClient. getIndicator(GetIndicatorRequest request)
Methods in com.oracle.bmc.threatintelligence that return types with arguments of type GetIndicatorResponse 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.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)
Method parameters in com.oracle.bmc.threatintelligence with type arguments of type GetIndicatorResponse 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 GetIndicatorResponse in com.oracle.bmc.threatintelligence.responses
Methods in com.oracle.bmc.threatintelligence.responses that return GetIndicatorResponse Modifier and Type Method Description GetIndicatorResponse
GetIndicatorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.threatintelligence.responses with parameters of type GetIndicatorResponse Modifier and Type Method Description GetIndicatorResponse.Builder
GetIndicatorResponse.Builder. copy(GetIndicatorResponse o)
Copy method to populate the builder with values from the given instance.
-