| 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 DescribeStandardsResponse |
SecurityHubClient.describeStandards(Consumer<DescribeStandardsRequest.Builder> describeStandardsRequest)
Returns a list of the available standards in Security Hub.
|
default DescribeStandardsResponse |
SecurityHubClient.describeStandards(DescribeStandardsRequest describeStandardsRequest)
Returns a list of the available standards in Security Hub.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeStandardsResponse> |
SecurityHubAsyncClient.describeStandards(Consumer<DescribeStandardsRequest.Builder> describeStandardsRequest)
Returns a list of the available standards in Security Hub.
|
default CompletableFuture<DescribeStandardsResponse> |
SecurityHubAsyncClient.describeStandards(DescribeStandardsRequest describeStandardsRequest)
Returns a list of the available standards in Security Hub.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeStandardsResponse> |
DescribeStandardsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStandardsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeStandardsResponse> subscriber) |
Copyright © 2023. All rights reserved.