Package | Description |
---|---|
com.oracle.bmc.threatintelligence | |
com.oracle.bmc.threatintelligence.requests |
Modifier and Type | Method and Description |
---|---|
ListThreatTypesResponse |
Threatintel.listThreatTypes(ListThreatTypesRequest request)
Gets a list of threat types that are available to use as parameters when querying indicators.
|
ListThreatTypesResponse |
ThreatintelClient.listThreatTypes(ListThreatTypesRequest request) |
Future<ListThreatTypesResponse> |
ThreatintelAsyncClient.listThreatTypes(ListThreatTypesRequest request,
AsyncHandler<ListThreatTypesRequest,ListThreatTypesResponse> handler) |
Future<ListThreatTypesResponse> |
ThreatintelAsync.listThreatTypes(ListThreatTypesRequest request,
AsyncHandler<ListThreatTypesRequest,ListThreatTypesResponse> handler)
Gets a list of threat types that are available to use as parameters when querying indicators.
|
Iterable<ThreatTypeSummary> |
ThreatintelPaginators.listThreatTypesRecordIterator(ListThreatTypesRequest request)
Creates a new iterable which will iterate over the
ThreatTypeSummary objects contained in responses
from the listThreatTypes operation. |
Iterable<ListThreatTypesResponse> |
ThreatintelPaginators.listThreatTypesResponseIterator(ListThreatTypesRequest request)
Creates a new iterable which will iterate over the responses received from the
listThreatTypes operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListThreatTypesResponse> |
ThreatintelAsyncClient.listThreatTypes(ListThreatTypesRequest request,
AsyncHandler<ListThreatTypesRequest,ListThreatTypesResponse> handler) |
Future<ListThreatTypesResponse> |
ThreatintelAsync.listThreatTypes(ListThreatTypesRequest request,
AsyncHandler<ListThreatTypesRequest,ListThreatTypesResponse> handler)
Gets a list of threat types that are available to use as parameters when querying indicators.
|
Modifier and Type | Method and Description |
---|---|
ListThreatTypesRequest |
ListThreatTypesRequest.Builder.build()
Build the instance of ListThreatTypesRequest as configured by this builder
|
ListThreatTypesRequest |
ListThreatTypesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListThreatTypesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListThreatTypesRequest.Builder |
ListThreatTypesRequest.Builder.copy(ListThreatTypesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.