| 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 ListStandardsControlAssociationsResponse |
SecurityHubClient.listStandardsControlAssociations(Consumer<ListStandardsControlAssociationsRequest.Builder> listStandardsControlAssociationsRequest)
Specifies whether a control is currently enabled or disabled in each enabled standard in the calling account.
|
default CompletableFuture<ListStandardsControlAssociationsResponse> |
SecurityHubAsyncClient.listStandardsControlAssociations(Consumer<ListStandardsControlAssociationsRequest.Builder> listStandardsControlAssociationsRequest)
Specifies whether a control is currently enabled or disabled in each enabled standard in the calling account.
|
default ListStandardsControlAssociationsIterable |
SecurityHubClient.listStandardsControlAssociationsPaginator(Consumer<ListStandardsControlAssociationsRequest.Builder> listStandardsControlAssociationsRequest)
Specifies whether a control is currently enabled or disabled in each enabled standard in the calling account.
|
default ListStandardsControlAssociationsPublisher |
SecurityHubAsyncClient.listStandardsControlAssociationsPaginator(Consumer<ListStandardsControlAssociationsRequest.Builder> listStandardsControlAssociationsRequest)
Specifies whether a control is currently enabled or disabled in each enabled standard in the calling account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListStandardsControlAssociationsRequest.Builder |
ListStandardsControlAssociationsRequest.builder() |
ListStandardsControlAssociationsRequest.Builder |
ListStandardsControlAssociationsRequest.Builder.maxResults(Integer maxResults)
An optional parameter that limits the total results of the API response to the specified number.
|
ListStandardsControlAssociationsRequest.Builder |
ListStandardsControlAssociationsRequest.Builder.nextToken(String nextToken)
Optional pagination parameter.
|
ListStandardsControlAssociationsRequest.Builder |
ListStandardsControlAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStandardsControlAssociationsRequest.Builder |
ListStandardsControlAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStandardsControlAssociationsRequest.Builder |
ListStandardsControlAssociationsRequest.Builder.securityControlId(String securityControlId)
The identifier of the control (identified with
SecurityControlId,
SecurityControlArn, or a mix of both parameters) that you want to determine the enablement
status of in each enabled standard. |
ListStandardsControlAssociationsRequest.Builder |
ListStandardsControlAssociationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListStandardsControlAssociationsRequest.Builder> |
ListStandardsControlAssociationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.