| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your AWS environment and resources.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDisableStandardsResult> |
AbstractAWSSecurityHubAsync.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> |
AWSSecurityHubAsyncClient.batchDisableStandardsAsync(BatchDisableStandardsRequest request,
AsyncHandler<BatchDisableStandardsRequest,BatchDisableStandardsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDisableStandardsRequest |
BatchDisableStandardsRequest.clone() |
BatchDisableStandardsRequest |
BatchDisableStandardsRequest.withStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The ARNs of the standards subscriptions to disable.
|
BatchDisableStandardsRequest |
BatchDisableStandardsRequest.withStandardsSubscriptionArns(String... standardsSubscriptionArns)
The ARNs of the standards subscriptions to disable.
|
Copyright © 2020. All rights reserved.