| 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 GetEnabledStandardsResponse |
SecurityHubClient.getEnabledStandards(Consumer<GetEnabledStandardsRequest.Builder> getEnabledStandardsRequest)
Returns a list of the standards that are currently enabled.
|
default GetEnabledStandardsResponse |
SecurityHubClient.getEnabledStandards(GetEnabledStandardsRequest getEnabledStandardsRequest)
Returns a list of the standards that are currently enabled.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEnabledStandardsResponse> |
SecurityHubAsyncClient.getEnabledStandards(Consumer<GetEnabledStandardsRequest.Builder> getEnabledStandardsRequest)
Returns a list of the standards that are currently enabled.
|
default CompletableFuture<GetEnabledStandardsResponse> |
SecurityHubAsyncClient.getEnabledStandards(GetEnabledStandardsRequest getEnabledStandardsRequest)
Returns a list of the standards that are currently enabled.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetEnabledStandardsResponse> |
GetEnabledStandardsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetEnabledStandardsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetEnabledStandardsResponse> subscriber) |
Copyright © 2023. All rights reserved.