| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ConformancePackInputParameter |
ConformancePackInputParameter.clone() |
ConformancePackInputParameter |
ConformancePackInputParameter.withParameterName(String parameterName)
One part of a key-value pair.
|
ConformancePackInputParameter |
ConformancePackInputParameter.withParameterValue(String parameterValue)
Another part of the key-value pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConformancePackInputParameter> |
OrganizationConformancePack.getConformancePackInputParameters()
A list of
ConformancePackInputParameter objects. |
List<ConformancePackInputParameter> |
PutConformancePackRequest.getConformancePackInputParameters()
A list of
ConformancePackInputParameter objects. |
List<ConformancePackInputParameter> |
ConformancePackDetail.getConformancePackInputParameters()
A list of
ConformancePackInputParameter objects. |
List<ConformancePackInputParameter> |
PutOrganizationConformancePackRequest.getConformancePackInputParameters()
A list of
ConformancePackInputParameter objects. |
| Modifier and Type | Method and Description |
|---|---|
OrganizationConformancePack |
OrganizationConformancePack.withConformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutConformancePackRequest |
PutConformancePackRequest.withConformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
ConformancePackDetail |
ConformancePackDetail.withConformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.withConformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
OrganizationConformancePack.setConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
void |
PutConformancePackRequest.setConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
void |
ConformancePackDetail.setConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
void |
PutOrganizationConformancePackRequest.setConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
OrganizationConformancePack |
OrganizationConformancePack.withConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutConformancePackRequest |
PutConformancePackRequest.withConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
ConformancePackDetail |
ConformancePackDetail.withConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.withConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
Copyright © 2023. All rights reserved.