| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you
assess your Amazon Web Services environment against security industry standards and best practices.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDisableStandardsResult |
AWSSecurityHubClient.batchDisableStandards(BatchDisableStandardsRequest request)
Disables the standards specified by the provided
StandardsSubscriptionArns. |
BatchDisableStandardsResult |
AWSSecurityHub.batchDisableStandards(BatchDisableStandardsRequest batchDisableStandardsRequest)
Disables the standards specified by the provided
StandardsSubscriptionArns. |
BatchDisableStandardsResult |
AbstractAWSSecurityHub.batchDisableStandards(BatchDisableStandardsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDisableStandardsResult> |
AWSSecurityHubAsyncClient.batchDisableStandardsAsync(BatchDisableStandardsRequest request,
AsyncHandler<BatchDisableStandardsRequest,BatchDisableStandardsResult> asyncHandler) |
Future<BatchDisableStandardsResult> |
AWSSecurityHubAsync.batchDisableStandardsAsync(BatchDisableStandardsRequest batchDisableStandardsRequest,
AsyncHandler<BatchDisableStandardsRequest,BatchDisableStandardsResult> asyncHandler)
Disables the standards specified by the provided
StandardsSubscriptionArns. |
Future<BatchDisableStandardsResult> |
AbstractAWSSecurityHubAsync.batchDisableStandardsAsync(BatchDisableStandardsRequest request,
AsyncHandler<BatchDisableStandardsRequest,BatchDisableStandardsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDisableStandardsResult |
BatchDisableStandardsResult.clone() |
BatchDisableStandardsResult |
BatchDisableStandardsResult.withStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
BatchDisableStandardsResult |
BatchDisableStandardsResult.withStandardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
Copyright © 2024. All rights reserved.