| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources:
VPC Flow Logs, AWS CloudTrail event logs, and DNS logs.
|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
default GetIpSetResponse |
GuardDutyClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
Retrieves the IPSet specified by the IPSet ID.
|
default CompletableFuture<GetIpSetResponse> |
GuardDutyAsyncClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
Retrieves the IPSet specified by the IPSet ID.
|
| Modifier and Type | Method and Description |
|---|---|
static GetIpSetRequest.Builder |
GetIpSetRequest.builder() |
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.detectorId(String detectorId)
The unique ID of the detector the ipSet is associated with.
|
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.ipSetId(String ipSetId)
The unique ID of the ipSet you want to get.
|
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetIpSetRequest.Builder |
GetIpSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIpSetRequest.Builder> |
GetIpSetRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.