| 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 management event logs, CloudTrail S3 data event logs, EKS audit logs, and DNS logs.
|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIpSetsResponse> |
GuardDutyAsyncClient.listIPSets(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
default ListIpSetsResponse |
GuardDutyClient.listIPSets(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
default ListIPSetsPublisher |
GuardDutyAsyncClient.listIPSetsPaginator(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
default ListIPSetsIterable |
GuardDutyClient.listIPSetsPaginator(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)
Lists the IPSets of the GuardDuty service specified by the detector ID.
|
| Modifier and Type | Method and Description |
|---|---|
static ListIpSetsRequest.Builder |
ListIpSetsRequest.builder() |
ListIpSetsRequest.Builder |
ListIpSetsRequest.Builder.detectorId(String detectorId)
The unique ID of the detector that the IPSet is associated with.
|
ListIpSetsRequest.Builder |
ListIpSetsRequest.Builder.maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListIpSetsRequest.Builder |
ListIpSetsRequest.Builder.nextToken(String nextToken)
You can use this parameter when paginating results.
|
ListIpSetsRequest.Builder |
ListIpSetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIpSetsRequest.Builder |
ListIpSetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIpSetsRequest.Builder |
ListIpSetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIpSetsRequest.Builder> |
ListIpSetsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.