| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model | |
| software.amazon.awssdk.services.securityhub.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<StandardsSubscription> |
BatchEnableStandardsResponse.standardsSubscriptions()
The details of the standards subscriptions that were enabled.
|
List<StandardsSubscription> |
GetEnabledStandardsResponse.standardsSubscriptions()
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
List<StandardsSubscription> |
BatchDisableStandardsResponse.standardsSubscriptions()
The details of the standards subscriptions that were disabled.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEnableStandardsResponse.Builder |
BatchEnableStandardsResponse.Builder.standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The details of the standards subscriptions that were enabled.
|
GetEnabledStandardsResponse.Builder |
GetEnabledStandardsResponse.Builder.standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
BatchDisableStandardsResponse.Builder |
BatchDisableStandardsResponse.Builder.standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEnableStandardsResponse.Builder |
BatchEnableStandardsResponse.Builder.standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were enabled.
|
GetEnabledStandardsResponse.Builder |
GetEnabledStandardsResponse.Builder.standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
BatchDisableStandardsResponse.Builder |
BatchDisableStandardsResponse.Builder.standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<StandardsSubscription> |
GetEnabledStandardsPublisher.standardsSubscriptions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<StandardsSubscription> |
GetEnabledStandardsIterable.standardsSubscriptions()
Returns an iterable to iterate through the paginated
GetEnabledStandardsResponse.standardsSubscriptions()
member. |
Copyright © 2023. All rights reserved.