| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
StandardsSubscription |
StandardsSubscription.addStandardsInputEntry(String key,
String value)
Add a single StandardsInput entry
|
StandardsSubscription |
StandardsSubscription.clearStandardsInputEntries()
Removes all the entries added into StandardsInput.
|
StandardsSubscription |
StandardsSubscription.clone() |
StandardsSubscription |
StandardsSubscription.withStandardsArn(String standardsArn)
The ARN of a standard.
|
StandardsSubscription |
StandardsSubscription.withStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
|
StandardsSubscription |
StandardsSubscription.withStandardsStatus(StandardsStatus standardsStatus)
The status of the standard subscription.
|
StandardsSubscription |
StandardsSubscription.withStandardsStatus(String standardsStatus)
The status of the standard subscription.
|
StandardsSubscription |
StandardsSubscription.withStandardsStatusReason(StandardsStatusReason standardsStatusReason)
The reason for the current status.
|
StandardsSubscription |
StandardsSubscription.withStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
|
| Modifier and Type | Method and Description |
|---|---|
List<StandardsSubscription> |
BatchEnableStandardsResult.getStandardsSubscriptions()
The details of the standards subscriptions that were enabled.
|
List<StandardsSubscription> |
BatchDisableStandardsResult.getStandardsSubscriptions()
The details of the standards subscriptions that were disabled.
|
List<StandardsSubscription> |
GetEnabledStandardsResult.getStandardsSubscriptions()
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
| Modifier and Type | Method and Description |
|---|---|
BatchEnableStandardsResult |
BatchEnableStandardsResult.withStandardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The details of the standards subscriptions that were enabled.
|
BatchDisableStandardsResult |
BatchDisableStandardsResult.withStandardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
GetEnabledStandardsResult |
GetEnabledStandardsResult.withStandardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchEnableStandardsResult.setStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were enabled.
|
void |
BatchDisableStandardsResult.setStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
void |
GetEnabledStandardsResult.setStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
BatchEnableStandardsResult |
BatchEnableStandardsResult.withStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were enabled.
|
BatchDisableStandardsResult |
BatchDisableStandardsResult.withStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
GetEnabledStandardsResult |
GetEnabledStandardsResult.withStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
Copyright © 2022. All rights reserved.