| 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 |
|---|---|
CreateIPSetResult |
AbstractAmazonGuardDuty.createIPSet(CreateIPSetRequest request) |
CreateIPSetResult |
AmazonGuardDutyClient.createIPSet(CreateIPSetRequest request)
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
CreateIPSetResult |
AmazonGuardDuty.createIPSet(CreateIPSetRequest createIPSetRequest)
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
Future<CreateIPSetResult> |
AmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest)
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
Future<CreateIPSetResult> |
AbstractAmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest request) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsyncClient.createIPSetAsync(CreateIPSetRequest request) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
Future<CreateIPSetResult> |
AbstractAmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIPSetResult> |
AmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS
infrastructure and applications.
|
Future<CreateIPSetResult> |
AbstractAmazonGuardDutyAsync.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AmazonGuardDutyAsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateIPSetRequest |
CreateIPSetRequest.clone() |
CreateIPSetRequest |
CreateIPSetRequest.withActivate(Boolean activate)
A boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.
|
CreateIPSetRequest |
CreateIPSetRequest.withDetectorId(String detectorId)
The unique ID of the detector that you want to update.
|
CreateIPSetRequest |
CreateIPSetRequest.withFormat(IpSetFormat format)
The format of the file that contains the IPSet.
|
CreateIPSetRequest |
CreateIPSetRequest.withFormat(String format)
The format of the file that contains the IPSet.
|
CreateIPSetRequest |
CreateIPSetRequest.withLocation(String location)
The URI of the file that contains the IPSet.
|
CreateIPSetRequest |
CreateIPSetRequest.withName(String name)
The user friendly name to identify the IPSet.
|
Copyright © 2018. All rights reserved.