| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Assess, monitor, manage, and remediate security issues across your AWS infrastructure, applications, and data.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateThreatIntelSetResult> |
AmazonGuardDutyAsync.createThreatIntelSetAsync(CreateThreatIntelSetRequest createThreatIntelSetRequest,
AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler)
Create a new ThreatIntelSet.
|
Future<CreateThreatIntelSetResult> |
AbstractAmazonGuardDutyAsync.createThreatIntelSetAsync(CreateThreatIntelSetRequest request,
AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler) |
Future<CreateThreatIntelSetResult> |
AmazonGuardDutyAsyncClient.createThreatIntelSetAsync(CreateThreatIntelSetRequest request,
AsyncHandler<CreateThreatIntelSetRequest,CreateThreatIntelSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.clone() |
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withActivate(Boolean activate)
A boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withDetectorId(String detectorId)
The unique ID of the detector that you want to update.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withFormat(String format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withFormat(ThreatIntelSetFormat format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withLocation(String location)
The URI of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
CreateThreatIntelSetRequest.withName(String name)
A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
Copyright © 2018. All rights reserved.