| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSecurityControlDefinitionsResponse |
SecurityHubClient.listSecurityControlDefinitions(Consumer<ListSecurityControlDefinitionsRequest.Builder> listSecurityControlDefinitionsRequest)
Lists all of the security controls that apply to a specified standard.
|
default ListSecurityControlDefinitionsResponse |
SecurityHubClient.listSecurityControlDefinitions(ListSecurityControlDefinitionsRequest listSecurityControlDefinitionsRequest)
Lists all of the security controls that apply to a specified standard.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSecurityControlDefinitionsResponse> |
SecurityHubAsyncClient.listSecurityControlDefinitions(Consumer<ListSecurityControlDefinitionsRequest.Builder> listSecurityControlDefinitionsRequest)
Lists all of the security controls that apply to a specified standard.
|
default CompletableFuture<ListSecurityControlDefinitionsResponse> |
SecurityHubAsyncClient.listSecurityControlDefinitions(ListSecurityControlDefinitionsRequest listSecurityControlDefinitionsRequest)
Lists all of the security controls that apply to a specified standard.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSecurityControlDefinitionsResponse> |
ListSecurityControlDefinitionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSecurityControlDefinitionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSecurityControlDefinitionsResponse> subscriber) |
Copyright © 2023. All rights reserved.