| 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, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs,
DNS logs, and Amazon EBS volume data.
|
| 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
ipSetId. |
default CompletableFuture<GetIpSetResponse> |
GuardDutyAsyncClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
Retrieves the IPSet specified by the
ipSetId. |
| Modifier and Type | Method and Description |
|---|---|
static GetIpSetRequest.Builder |
GetIpSetRequest.builder() |
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.detectorId(String detectorId)
The unique ID of the detector that the IPSet is associated with.
|
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.ipSetId(String ipSetId)
The unique ID of the IPSet to retrieve.
|
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 © 2023. All rights reserved.