| 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 |
|---|---|
GetEnabledStandardsResult |
AbstractAWSSecurityHub.getEnabledStandards(GetEnabledStandardsRequest request) |
GetEnabledStandardsResult |
AWSSecurityHubClient.getEnabledStandards(GetEnabledStandardsRequest request)
Returns a list of the standards that are currently enabled.
|
GetEnabledStandardsResult |
AWSSecurityHub.getEnabledStandards(GetEnabledStandardsRequest getEnabledStandardsRequest)
Returns a list of the standards that are currently enabled.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEnabledStandardsResult> |
AbstractAWSSecurityHubAsync.getEnabledStandardsAsync(GetEnabledStandardsRequest request,
AsyncHandler<GetEnabledStandardsRequest,GetEnabledStandardsResult> asyncHandler) |
Future<GetEnabledStandardsResult> |
AWSSecurityHubAsyncClient.getEnabledStandardsAsync(GetEnabledStandardsRequest request,
AsyncHandler<GetEnabledStandardsRequest,GetEnabledStandardsResult> asyncHandler) |
Future<GetEnabledStandardsResult> |
AWSSecurityHubAsync.getEnabledStandardsAsync(GetEnabledStandardsRequest getEnabledStandardsRequest,
AsyncHandler<GetEnabledStandardsRequest,GetEnabledStandardsResult> asyncHandler)
Returns a list of the standards that are currently enabled.
|
| Modifier and Type | Method and Description |
|---|---|
GetEnabledStandardsResult |
GetEnabledStandardsResult.clone() |
GetEnabledStandardsResult |
GetEnabledStandardsResult.withNextToken(String nextToken)
The pagination token to use to request the next page of results.
|
GetEnabledStandardsResult |
GetEnabledStandardsResult.withStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
GetEnabledStandardsResult |
GetEnabledStandardsResult.withStandardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
Copyright © 2022. All rights reserved.