| 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 |
|---|---|
EnableSecurityHubResult |
AWSSecurityHub.enableSecurityHub(EnableSecurityHubRequest enableSecurityHubRequest)
Enables Security Hub for your account in the current Region or the Region you specify in the request.
|
EnableSecurityHubResult |
AWSSecurityHubClient.enableSecurityHub(EnableSecurityHubRequest request)
Enables Security Hub for your account in the current Region or the Region you specify in the request.
|
EnableSecurityHubResult |
AbstractAWSSecurityHub.enableSecurityHub(EnableSecurityHubRequest request) |
Future<EnableSecurityHubResult> |
AWSSecurityHubAsync.enableSecurityHubAsync(EnableSecurityHubRequest enableSecurityHubRequest)
Enables Security Hub for your account in the current Region or the Region you specify in the request.
|
Future<EnableSecurityHubResult> |
AbstractAWSSecurityHubAsync.enableSecurityHubAsync(EnableSecurityHubRequest request) |
Future<EnableSecurityHubResult> |
AWSSecurityHubAsyncClient.enableSecurityHubAsync(EnableSecurityHubRequest request) |
Future<EnableSecurityHubResult> |
AWSSecurityHubAsync.enableSecurityHubAsync(EnableSecurityHubRequest enableSecurityHubRequest,
AsyncHandler<EnableSecurityHubRequest,EnableSecurityHubResult> asyncHandler)
Enables Security Hub for your account in the current Region or the Region you specify in the request.
|
Future<EnableSecurityHubResult> |
AbstractAWSSecurityHubAsync.enableSecurityHubAsync(EnableSecurityHubRequest request,
AsyncHandler<EnableSecurityHubRequest,EnableSecurityHubResult> asyncHandler) |
Future<EnableSecurityHubResult> |
AWSSecurityHubAsyncClient.enableSecurityHubAsync(EnableSecurityHubRequest request,
AsyncHandler<EnableSecurityHubRequest,EnableSecurityHubResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<EnableSecurityHubResult> |
AWSSecurityHubAsync.enableSecurityHubAsync(EnableSecurityHubRequest enableSecurityHubRequest,
AsyncHandler<EnableSecurityHubRequest,EnableSecurityHubResult> asyncHandler)
Enables Security Hub for your account in the current Region or the Region you specify in the request.
|
Future<EnableSecurityHubResult> |
AbstractAWSSecurityHubAsync.enableSecurityHubAsync(EnableSecurityHubRequest request,
AsyncHandler<EnableSecurityHubRequest,EnableSecurityHubResult> asyncHandler) |
Future<EnableSecurityHubResult> |
AWSSecurityHubAsyncClient.enableSecurityHubAsync(EnableSecurityHubRequest request,
AsyncHandler<EnableSecurityHubRequest,EnableSecurityHubResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
EnableSecurityHubRequest |
EnableSecurityHubRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
EnableSecurityHubRequest |
EnableSecurityHubRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
EnableSecurityHubRequest |
EnableSecurityHubRequest.clone() |
EnableSecurityHubRequest |
EnableSecurityHubRequest.withEnableDefaultStandards(Boolean enableDefaultStandards)
Whether to enable the security standards that Security Hub has designated as automatically enabled.
|
EnableSecurityHubRequest |
EnableSecurityHubRequest.withTags(Map<String,String> tags)
The tags to add to the hub resource when you enable Security Hub.
|
Copyright © 2022. All rights reserved.