Uses of Interface
software.amazon.awssdk.services.securityhub.model.GetInsightsRequest.Builder
-
Packages that use GetInsightsRequest.Builder Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources.software.amazon.awssdk.services.securityhub.model -
-
Uses of GetInsightsRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type GetInsightsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetInsightsResponse>SecurityHubAsyncClient. getInsights(Consumer<GetInsightsRequest.Builder> getInsightsRequest)Lists and describes insights for the specified insight ARNs.default GetInsightsResponseSecurityHubClient. getInsights(Consumer<GetInsightsRequest.Builder> getInsightsRequest)Lists and describes insights for the specified insight ARNs.default GetInsightsPublisherSecurityHubAsyncClient. getInsightsPaginator(Consumer<GetInsightsRequest.Builder> getInsightsRequest)Lists and describes insights for the specified insight ARNs.default GetInsightsIterableSecurityHubClient. getInsightsPaginator(Consumer<GetInsightsRequest.Builder> getInsightsRequest)Lists and describes insights for the specified insight ARNs. -
Uses of GetInsightsRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return GetInsightsRequest.Builder Modifier and Type Method Description static GetInsightsRequest.BuilderGetInsightsRequest. builder()GetInsightsRequest.BuilderGetInsightsRequest.Builder. insightArns(String... insightArns)The ARNs of the insights to describe.GetInsightsRequest.BuilderGetInsightsRequest.Builder. insightArns(Collection<String> insightArns)The ARNs of the insights to describe.GetInsightsRequest.BuilderGetInsightsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return in the response.GetInsightsRequest.BuilderGetInsightsRequest.Builder. nextToken(String nextToken)The token that is required for pagination.GetInsightsRequest.BuilderGetInsightsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInsightsRequest.BuilderGetInsightsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetInsightsRequest.BuilderGetInsightsRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type GetInsightsRequest.Builder Modifier and Type Method Description static Class<? extends GetInsightsRequest.Builder>GetInsightsRequest. serializableBuilderClass()
-