| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your AWS environment and resources.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeStandardsControlsResult> |
AbstractAWSSecurityHubAsync.describeStandardsControlsAsync(DescribeStandardsControlsRequest request,
AsyncHandler<DescribeStandardsControlsRequest,DescribeStandardsControlsResult> asyncHandler) |
Future<DescribeStandardsControlsResult> |
AWSSecurityHubAsync.describeStandardsControlsAsync(DescribeStandardsControlsRequest describeStandardsControlsRequest,
AsyncHandler<DescribeStandardsControlsRequest,DescribeStandardsControlsResult> asyncHandler)
Returns a list of compliance standards controls.
|
Future<DescribeStandardsControlsResult> |
AWSSecurityHubAsyncClient.describeStandardsControlsAsync(DescribeStandardsControlsRequest request,
AsyncHandler<DescribeStandardsControlsRequest,DescribeStandardsControlsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeStandardsControlsRequest |
DescribeStandardsControlsRequest.clone() |
DescribeStandardsControlsRequest |
DescribeStandardsControlsRequest.withMaxResults(Integer maxResults)
The maximum number of compliance standard controls to return.
|
DescribeStandardsControlsRequest |
DescribeStandardsControlsRequest.withNextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
DescribeStandardsControlsRequest |
DescribeStandardsControlsRequest.withStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
|
Copyright © 2020. All rights reserved.