| Package | Description |
|---|---|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
EnabledControlFilter |
EnabledControlFilter.clone() |
EnabledControlFilter |
ListEnabledControlsRequest.getFilter()
An input filter for the
ListEnabledControls API that lets you select the types of control operations
to view. |
EnabledControlFilter |
EnabledControlFilter.withControlIdentifiers(Collection<String> controlIdentifiers)
The set of
controlIdentifier returned by the filter. |
EnabledControlFilter |
EnabledControlFilter.withControlIdentifiers(String... controlIdentifiers)
The set of
controlIdentifier returned by the filter. |
EnabledControlFilter |
EnabledControlFilter.withDriftStatuses(Collection<String> driftStatuses)
A list of
DriftStatus items. |
EnabledControlFilter |
EnabledControlFilter.withDriftStatuses(DriftStatus... driftStatuses)
A list of
DriftStatus items. |
EnabledControlFilter |
EnabledControlFilter.withDriftStatuses(String... driftStatuses)
A list of
DriftStatus items. |
EnabledControlFilter |
EnabledControlFilter.withStatuses(Collection<String> statuses)
A list of
EnablementStatus items. |
EnabledControlFilter |
EnabledControlFilter.withStatuses(EnablementStatus... statuses)
A list of
EnablementStatus items. |
EnabledControlFilter |
EnabledControlFilter.withStatuses(String... statuses)
A list of
EnablementStatus items. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnabledControlsRequest.setFilter(EnabledControlFilter filter)
An input filter for the
ListEnabledControls API that lets you select the types of control operations
to view. |
ListEnabledControlsRequest |
ListEnabledControlsRequest.withFilter(EnabledControlFilter filter)
An input filter for the
ListEnabledControls API that lets you select the types of control operations
to view. |
Copyright © 2024. All rights reserved.