| 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<UpdateThreatIntelSetResult> |
AmazonGuardDutyAsync.updateThreatIntelSetAsync(UpdateThreatIntelSetRequest updateThreatIntelSetRequest,
AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler)
Updates the ThreatIntelSet specified by ThreatIntelSet ID.
|
Future<UpdateThreatIntelSetResult> |
AbstractAmazonGuardDutyAsync.updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request,
AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler) |
Future<UpdateThreatIntelSetResult> |
AmazonGuardDutyAsyncClient.updateThreatIntelSetAsync(UpdateThreatIntelSetRequest request,
AsyncHandler<UpdateThreatIntelSetRequest,UpdateThreatIntelSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.clone() |
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.withActivate(Boolean activate)
The updated boolean value that specifies whether the ThreateIntelSet is active or not.
|
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.withDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
|
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.withLocation(String location)
The updated URI of the file that contains the ThreateIntelSet.
|
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.withName(String name)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
UpdateThreatIntelSetRequest |
UpdateThreatIntelSetRequest.withThreatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
Copyright © 2018. All rights reserved.