| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityControlParameter |
SecurityControlParameter.clone() |
SecurityControlParameter |
SecurityControlParameter.withName(String name)
The name of a
|
SecurityControlParameter |
SecurityControlParameter.withValue(Collection<String> value)
The current value of a control parameter.
|
SecurityControlParameter |
SecurityControlParameter.withValue(String... value)
The current value of a control parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityControlParameter> |
Compliance.getSecurityControlParameters()
An object that includes security control parameter names and values.
|
| Modifier and Type | Method and Description |
|---|---|
Compliance |
Compliance.withSecurityControlParameters(SecurityControlParameter... securityControlParameters)
An object that includes security control parameter names and values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Compliance.setSecurityControlParameters(Collection<SecurityControlParameter> securityControlParameters)
An object that includes security control parameter names and values.
|
Compliance |
Compliance.withSecurityControlParameters(Collection<SecurityControlParameter> securityControlParameters)
An object that includes security control parameter names and values.
|
Copyright © 2024. All rights reserved.