| 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 |
|---|---|
Future<BatchGetSecurityControlsResult> |
AbstractAWSSecurityHubAsync.batchGetSecurityControlsAsync(BatchGetSecurityControlsRequest request,
AsyncHandler<BatchGetSecurityControlsRequest,BatchGetSecurityControlsResult> asyncHandler) |
Future<BatchGetSecurityControlsResult> |
AWSSecurityHubAsyncClient.batchGetSecurityControlsAsync(BatchGetSecurityControlsRequest request,
AsyncHandler<BatchGetSecurityControlsRequest,BatchGetSecurityControlsResult> asyncHandler) |
Future<BatchGetSecurityControlsResult> |
AWSSecurityHubAsync.batchGetSecurityControlsAsync(BatchGetSecurityControlsRequest batchGetSecurityControlsRequest,
AsyncHandler<BatchGetSecurityControlsRequest,BatchGetSecurityControlsResult> asyncHandler)
Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web
Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetSecurityControlsRequest |
BatchGetSecurityControlsRequest.clone() |
BatchGetSecurityControlsRequest |
BatchGetSecurityControlsRequest.withSecurityControlIds(Collection<String> securityControlIds)
A list of security controls (identified with
SecurityControlId, SecurityControlArn, or
a mix of both parameters). |
BatchGetSecurityControlsRequest |
BatchGetSecurityControlsRequest.withSecurityControlIds(String... securityControlIds)
A list of security controls (identified with
SecurityControlId, SecurityControlArn, or
a mix of both parameters). |
Copyright © 2024. All rights reserved.