| Package | Description |
|---|---|
| com.amazonaws.services.controlcatalog.model |
| Modifier and Type | Method and Description |
|---|---|
CommonControlSummary |
CommonControlSummary.clone() |
CommonControlSummary |
CommonControlSummary.withArn(String arn)
The Amazon Resource Name (ARN) that identifies the common control.
|
CommonControlSummary |
CommonControlSummary.withCreateTime(Date createTime)
The time when the common control was created.
|
CommonControlSummary |
CommonControlSummary.withDescription(String description)
The description of the common control.
|
CommonControlSummary |
CommonControlSummary.withDomain(AssociatedDomainSummary domain)
The domain that the common control belongs to.
|
CommonControlSummary |
CommonControlSummary.withLastUpdateTime(Date lastUpdateTime)
The time when the common control was most recently updated.
|
CommonControlSummary |
CommonControlSummary.withName(String name)
The name of the common control.
|
CommonControlSummary |
CommonControlSummary.withObjective(AssociatedObjectiveSummary objective)
The objective that the common control belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommonControlSummary> |
ListCommonControlsResult.getCommonControls()
The list of common controls that the
ListCommonControls API returns. |
| Modifier and Type | Method and Description |
|---|---|
ListCommonControlsResult |
ListCommonControlsResult.withCommonControls(CommonControlSummary... commonControls)
The list of common controls that the
ListCommonControls API returns. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCommonControlsResult.setCommonControls(Collection<CommonControlSummary> commonControls)
The list of common controls that the
ListCommonControls API returns. |
ListCommonControlsResult |
ListCommonControlsResult.withCommonControls(Collection<CommonControlSummary> commonControls)
The list of common controls that the
ListCommonControls API returns. |
Copyright © 2025. All rights reserved.