| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
AWS Security Hub provides you with a comprehensive view of your security state within AWS and your compliance with
the security industry standards and best practices.
|
| 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)
Lists and describes enabled standards.
|
Future<GetEnabledStandardsResult> |
AWSSecurityHubAsyncClient.getEnabledStandardsAsync(GetEnabledStandardsRequest request,
AsyncHandler<GetEnabledStandardsRequest,GetEnabledStandardsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEnabledStandardsRequest |
GetEnabledStandardsRequest.clone() |
GetEnabledStandardsRequest |
GetEnabledStandardsRequest.withMaxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
|
GetEnabledStandardsRequest |
GetEnabledStandardsRequest.withNextToken(String nextToken)
Paginates results.
|
GetEnabledStandardsRequest |
GetEnabledStandardsRequest.withStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
|
GetEnabledStandardsRequest |
GetEnabledStandardsRequest.withStandardsSubscriptionArns(String... standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
|
Copyright © 2019. All rights reserved.