| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
List<ConformancePackInputParameter> |
ConformancePackDetail.conformancePackInputParameters()
A list of
ConformancePackInputParameter objects. |
List<ConformancePackInputParameter> |
PutConformancePackRequest.conformancePackInputParameters()
A list of
ConformancePackInputParameter objects. |
List<ConformancePackInputParameter> |
PutOrganizationConformancePackRequest.conformancePackInputParameters()
A list of
ConformancePackInputParameter objects. |
List<ConformancePackInputParameter> |
OrganizationConformancePack.conformancePackInputParameters()
A list of
ConformancePackInputParameter objects. |
| Modifier and Type | Method and Description |
|---|---|
ConformancePackDetail.Builder |
ConformancePackDetail.Builder.conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutConformancePackRequest.Builder |
PutConformancePackRequest.Builder.conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
| Modifier and Type | Method and Description |
|---|---|
ConformancePackDetail.Builder |
ConformancePackDetail.Builder.conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutConformancePackRequest.Builder |
PutConformancePackRequest.Builder.conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
Copyright © 2023. All rights reserved.