| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model | |
| software.amazon.awssdk.services.securityhub.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Insight> |
GetInsightsResponse.insights()
The insights returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
GetInsightsResponse.Builder |
GetInsightsResponse.Builder.insights(Insight... insights)
The insights returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
GetInsightsResponse.Builder |
GetInsightsResponse.Builder.insights(Collection<Insight> insights)
The insights returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Insight> |
GetInsightsPublisher.insights()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Insight> |
GetInsightsIterable.insights()
Returns an iterable to iterate through the paginated
GetInsightsResponse.insights() member. |
Copyright © 2023. All rights reserved.