| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
static ListFindingsResponse.Builder |
ListFindingsResponse.builder() |
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.findingArns(Collection<String> findingArns)
A list of ARNs that specifies the findings returned by the action.
|
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.findingArns(String... findingArns)
A list of ARNs that specifies the findings returned by the action.
|
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.nextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response
and contains the value to use for the nextToken parameter in a subsequent pagination request.
|
ListFindingsResponse.Builder |
ListFindingsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFindingsResponse.Builder> |
ListFindingsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.