| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetSecurityControlsResult |
AbstractAWSSecurityHub.batchGetSecurityControls(BatchGetSecurityControlsRequest request) |
BatchGetSecurityControlsResult |
AWSSecurityHub.batchGetSecurityControls(BatchGetSecurityControlsRequest batchGetSecurityControlsRequest)
Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web
Services Region.
|
BatchGetSecurityControlsResult |
AWSSecurityHubClient.batchGetSecurityControls(BatchGetSecurityControlsRequest request)
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 |
|---|---|
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 |
|---|---|
BatchGetSecurityControlsResult |
BatchGetSecurityControlsResult.clone() |
BatchGetSecurityControlsResult |
BatchGetSecurityControlsResult.withSecurityControls(Collection<SecurityControl> securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
BatchGetSecurityControlsResult |
BatchGetSecurityControlsResult.withSecurityControls(SecurityControl... securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
BatchGetSecurityControlsResult |
BatchGetSecurityControlsResult.withUnprocessedIds(Collection<UnprocessedSecurityControl> unprocessedIds)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) for which details cannot be returned. |
BatchGetSecurityControlsResult |
BatchGetSecurityControlsResult.withUnprocessedIds(UnprocessedSecurityControl... unprocessedIds)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) for which details cannot be returned. |
Copyright © 2023. All rights reserved.