| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static ListFindingsResponse.Builder |
ListFindingsResponse.builder() |
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.findingIds(Collection<String> findingIds)
The IDs of the findings that you're listing.
|
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.findingIds(String... findingIds)
The IDs of the findings that you're listing.
|
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
ListFindingsResponse.Builder |
ListFindingsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFindingsResponse.Builder> |
ListFindingsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.