| 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 DescribeStandardsControlsResponse |
SecurityHubClient.describeStandardsControls(Consumer<DescribeStandardsControlsRequest.Builder> describeStandardsControlsRequest)
Returns a list of security standards controls.
|
default DescribeStandardsControlsResponse |
SecurityHubClient.describeStandardsControls(DescribeStandardsControlsRequest describeStandardsControlsRequest)
Returns a list of security standards controls.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeStandardsControlsResponse> |
SecurityHubAsyncClient.describeStandardsControls(Consumer<DescribeStandardsControlsRequest.Builder> describeStandardsControlsRequest)
Returns a list of security standards controls.
|
default CompletableFuture<DescribeStandardsControlsResponse> |
SecurityHubAsyncClient.describeStandardsControls(DescribeStandardsControlsRequest describeStandardsControlsRequest)
Returns a list of security standards controls.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeStandardsControlsResponse> |
DescribeStandardsControlsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStandardsControlsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeStandardsControlsResponse> subscriber) |
Copyright © 2023. All rights reserved.