| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListAutomationRulesResponse |
SecurityHubClient.listAutomationRules(Consumer<ListAutomationRulesRequest.Builder> listAutomationRulesRequest)
A list of automation rules and their metadata for the calling account.
|
default CompletableFuture<ListAutomationRulesResponse> |
SecurityHubAsyncClient.listAutomationRules(Consumer<ListAutomationRulesRequest.Builder> listAutomationRulesRequest)
A list of automation rules and their metadata for the calling account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAutomationRulesRequest.Builder |
ListAutomationRulesRequest.builder() |
ListAutomationRulesRequest.Builder |
ListAutomationRulesRequest.Builder.maxResults(Integer maxResults)
The maximum number of rules to return in the response.
|
ListAutomationRulesRequest.Builder |
ListAutomationRulesRequest.Builder.nextToken(String nextToken)
A token to specify where to start paginating the response.
|
ListAutomationRulesRequest.Builder |
ListAutomationRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAutomationRulesRequest.Builder |
ListAutomationRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAutomationRulesRequest.Builder |
ListAutomationRulesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAutomationRulesRequest.Builder> |
ListAutomationRulesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.