| Package | Description |
|---|---|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
EnabledControlSummary |
EnabledControlSummary.clone() |
EnabledControlSummary |
EnabledControlSummary.withArn(String arn)
The ARN of the enabled control.
|
EnabledControlSummary |
EnabledControlSummary.withControlIdentifier(String controlIdentifier)
The
controlIdentifier of the enabled control. |
EnabledControlSummary |
EnabledControlSummary.withDriftStatusSummary(DriftStatusSummary driftStatusSummary)
The drift status of the enabled control.
|
EnabledControlSummary |
EnabledControlSummary.withStatusSummary(EnablementStatusSummary statusSummary)
A short description of the status of the enabled control.
|
EnabledControlSummary |
EnabledControlSummary.withTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnabledControlSummary> |
ListEnabledControlsResult.getEnabledControls()
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnabledControlsResult |
ListEnabledControlsResult.withEnabledControls(EnabledControlSummary... enabledControls)
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnabledControlsResult.setEnabledControls(Collection<EnabledControlSummary> enabledControls)
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
ListEnabledControlsResult |
ListEnabledControlsResult.withEnabledControls(Collection<EnabledControlSummary> enabledControls)
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
Copyright © 2023. All rights reserved.