| 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 |
|---|---|
Future<GetEnabledStandardsResult> |
AbstractAWSSecurityHubAsync.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.
|
Future<GetEnabledStandardsResult> |
AWSSecurityHubAsyncClient.getEnabledStandardsAsync(GetEnabledStandardsRequest request,
AsyncHandler<GetEnabledStandardsRequest,GetEnabledStandardsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEnabledStandardsRequest |
GetEnabledStandardsRequest.clone() |
GetEnabledStandardsRequest |
GetEnabledStandardsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetEnabledStandardsRequest |
GetEnabledStandardsRequest.withNextToken(String nextToken)
The token that is required for pagination.
|
GetEnabledStandardsRequest |
GetEnabledStandardsRequest.withStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
|
GetEnabledStandardsRequest |
GetEnabledStandardsRequest.withStandardsSubscriptionArns(String... standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
|
Copyright © 2022. All rights reserved.