| 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 |
|---|---|
DescribeHubResult |
AbstractAWSSecurityHub.describeHub(DescribeHubRequest request) |
DescribeHubResult |
AWSSecurityHubClient.describeHub(DescribeHubRequest request)
Returns details about the Hub resource in your account, including the
HubArn and the time when you
enabled Security Hub. |
DescribeHubResult |
AWSSecurityHub.describeHub(DescribeHubRequest describeHubRequest)
Returns details about the Hub resource in your account, including the
HubArn and the time when you
enabled Security Hub. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeHubResult> |
AbstractAWSSecurityHubAsync.describeHubAsync(DescribeHubRequest request) |
Future<DescribeHubResult> |
AWSSecurityHubAsyncClient.describeHubAsync(DescribeHubRequest request) |
Future<DescribeHubResult> |
AWSSecurityHubAsync.describeHubAsync(DescribeHubRequest describeHubRequest)
Returns details about the Hub resource in your account, including the
HubArn and the time when you
enabled Security Hub. |
Future<DescribeHubResult> |
AbstractAWSSecurityHubAsync.describeHubAsync(DescribeHubRequest request,
AsyncHandler<DescribeHubRequest,DescribeHubResult> asyncHandler) |
Future<DescribeHubResult> |
AWSSecurityHubAsyncClient.describeHubAsync(DescribeHubRequest request,
AsyncHandler<DescribeHubRequest,DescribeHubResult> asyncHandler) |
Future<DescribeHubResult> |
AWSSecurityHubAsync.describeHubAsync(DescribeHubRequest describeHubRequest,
AsyncHandler<DescribeHubRequest,DescribeHubResult> asyncHandler)
Returns details about the Hub resource in your account, including the
HubArn and the time when you
enabled Security Hub. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeHubResult> |
AbstractAWSSecurityHubAsync.describeHubAsync(DescribeHubRequest request,
AsyncHandler<DescribeHubRequest,DescribeHubResult> asyncHandler) |
Future<DescribeHubResult> |
AWSSecurityHubAsyncClient.describeHubAsync(DescribeHubRequest request,
AsyncHandler<DescribeHubRequest,DescribeHubResult> asyncHandler) |
Future<DescribeHubResult> |
AWSSecurityHubAsync.describeHubAsync(DescribeHubRequest describeHubRequest,
AsyncHandler<DescribeHubRequest,DescribeHubResult> asyncHandler)
Returns details about the Hub resource in your account, including the
HubArn and the time when you
enabled Security Hub. |
| Modifier and Type | Method and Description |
|---|---|
DescribeHubResult |
DescribeHubResult.clone() |
DescribeHubResult |
DescribeHubResult.withAutoEnableControls(Boolean autoEnableControls)
Whether to automatically enable new controls when they are added to standards that are enabled.
|
DescribeHubResult |
DescribeHubResult.withControlFindingGenerator(ControlFindingGenerator controlFindingGenerator)
Specifies whether the calling account has consolidated control findings turned on.
|
DescribeHubResult |
DescribeHubResult.withControlFindingGenerator(String controlFindingGenerator)
Specifies whether the calling account has consolidated control findings turned on.
|
DescribeHubResult |
DescribeHubResult.withHubArn(String hubArn)
The ARN of the Hub resource that was retrieved.
|
DescribeHubResult |
DescribeHubResult.withSubscribedAt(String subscribedAt)
The date and time when Security Hub was enabled in the account.
|
Copyright © 2024. All rights reserved.