Uses of Class
software.amazon.awssdk.services.securityhub.model.Insight
-
Packages that use Insight Package Description software.amazon.awssdk.services.securityhub.model software.amazon.awssdk.services.securityhub.paginators -
-
Uses of Insight in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Insight Modifier and Type Method Description List<Insight>GetInsightsResponse. insights()The insights returned by the operation.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Insight Modifier and Type Method Description GetInsightsResponse.BuilderGetInsightsResponse.Builder. insights(Insight... insights)The insights returned by the operation.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Insight Modifier and Type Method Description GetInsightsResponse.BuilderGetInsightsResponse.Builder. insights(Collection<Insight> insights)The insights returned by the operation. -
Uses of Insight in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type Insight Modifier and Type Method Description SdkIterable<Insight>GetInsightsIterable. insights()Returns an iterable to iterate through the paginatedGetInsightsResponse.insights()member.SdkPublisher<Insight>GetInsightsPublisher. insights()Returns a publisher that can be used to get a stream of data.
-