| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
StandardsSubscriptionRequest |
StandardsSubscriptionRequest.addStandardsInputEntry(String key,
String value)
Add a single StandardsInput entry
|
StandardsSubscriptionRequest |
StandardsSubscriptionRequest.clearStandardsInputEntries()
Removes all the entries added into StandardsInput.
|
StandardsSubscriptionRequest |
StandardsSubscriptionRequest.clone() |
StandardsSubscriptionRequest |
StandardsSubscriptionRequest.withStandardsArn(String standardsArn)
The ARN of the standard that you want to enable.
|
StandardsSubscriptionRequest |
StandardsSubscriptionRequest.withStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
|
| Modifier and Type | Method and Description |
|---|---|
List<StandardsSubscriptionRequest> |
BatchEnableStandardsRequest.getStandardsSubscriptionRequests()
The list of standards checks to enable.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEnableStandardsRequest |
BatchEnableStandardsRequest.withStandardsSubscriptionRequests(StandardsSubscriptionRequest... standardsSubscriptionRequests)
The list of standards checks to enable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchEnableStandardsRequest.setStandardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)
The list of standards checks to enable.
|
BatchEnableStandardsRequest |
BatchEnableStandardsRequest.withStandardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)
The list of standards checks to enable.
|
Copyright © 2024. All rights reserved.