| 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 UpdateIpSetResponse |
GuardDutyClient.updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)
Updates the IPSet specified by the IPSet ID.
|
default CompletableFuture<UpdateIpSetResponse> |
GuardDutyAsyncClient.updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)
Updates the IPSet specified by the IPSet ID.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.activate(Boolean activate)
The updated boolean value that specifies whether the IPSet is active or not.
|
static UpdateIpSetRequest.Builder |
UpdateIpSetRequest.builder() |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.ipSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to update.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.location(String location)
The updated URI of the file that contains the IPSet.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.name(String name)
The unique ID that specifies the IPSet that you want to update.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateIpSetRequest.Builder> |
UpdateIpSetRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.