Uses of Interface
software.amazon.awssdk.services.securityhub.model.GetInsightResultsRequest.Builder
-
Packages that use GetInsightResultsRequest.Builder Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.software.amazon.awssdk.services.securityhub.model -
-
Uses of GetInsightResultsRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type GetInsightResultsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetInsightResultsResponse>SecurityHubAsyncClient. getInsightResults(Consumer<GetInsightResultsRequest.Builder> getInsightResultsRequest)Lists the results of the Security Hub insight specified by the insight ARN.default GetInsightResultsResponseSecurityHubClient. getInsightResults(Consumer<GetInsightResultsRequest.Builder> getInsightResultsRequest)Lists the results of the Security Hub insight specified by the insight ARN. -
Uses of GetInsightResultsRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return GetInsightResultsRequest.Builder Modifier and Type Method Description static GetInsightResultsRequest.BuilderGetInsightResultsRequest. builder()GetInsightResultsRequest.BuilderGetInsightResultsRequest.Builder. insightArn(String insightArn)The ARN of the insight for which to return results.GetInsightResultsRequest.BuilderGetInsightResultsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInsightResultsRequest.BuilderGetInsightResultsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetInsightResultsRequest.BuilderGetInsightResultsRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type GetInsightResultsRequest.Builder Modifier and Type Method Description static Class<? extends GetInsightResultsRequest.Builder>GetInsightResultsRequest. serializableBuilderClass()
-