| 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 |
|---|---|
GetDetectorResult |
AbstractAmazonGuardDuty.getDetector(GetDetectorRequest request) |
GetDetectorResult |
AmazonGuardDutyClient.getDetector(GetDetectorRequest request)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
GetDetectorResult |
AmazonGuardDuty.getDetector(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDetectorResult> |
AmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest request) |
Future<GetDetectorResult> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request) |
Future<GetDetectorResult> |
AmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest getDetectorRequest,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
Future<GetDetectorResult> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDetectorResult> |
AmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest getDetectorRequest,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
Future<GetDetectorResult> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDetectorResult |
GetDetectorResult.clone() |
GetDetectorResult |
GetDetectorResult.withCreatedAt(String createdAt) |
GetDetectorResult |
GetDetectorResult.withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency) |
GetDetectorResult |
GetDetectorResult.withFindingPublishingFrequency(String findingPublishingFrequency) |
GetDetectorResult |
GetDetectorResult.withServiceRole(String serviceRole) |
GetDetectorResult |
GetDetectorResult.withStatus(DetectorStatus status) |
GetDetectorResult |
GetDetectorResult.withStatus(String status) |
GetDetectorResult |
GetDetectorResult.withUpdatedAt(String updatedAt) |
Copyright © 2018. All rights reserved.