| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Standard |
Standard.clone() |
Standard |
Standard.withDescription(String description)
A description of the standard.
|
Standard |
Standard.withEnabledByDefault(Boolean enabledByDefault)
Whether the standard is enabled by default.
|
Standard |
Standard.withName(String name)
The name of the standard.
|
Standard |
Standard.withStandardsArn(String standardsArn)
The ARN of a standard.
|
Standard |
Standard.withStandardsManagedBy(StandardsManagedBy standardsManagedBy)
Provides details about the management of a standard.
|
| Modifier and Type | Method and Description |
|---|---|
List<Standard> |
DescribeStandardsResult.getStandards()
A list of available standards.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStandardsResult |
DescribeStandardsResult.withStandards(Standard... standards)
A list of available standards.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStandardsResult.setStandards(Collection<Standard> standards)
A list of available standards.
|
DescribeStandardsResult |
DescribeStandardsResult.withStandards(Collection<Standard> standards)
A list of available standards.
|
Copyright © 2022. All rights reserved.