| Package | Description |
|---|---|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
ControlOperationFilter |
ControlOperationFilter.clone() |
ControlOperationFilter |
ListControlOperationsRequest.getFilter()
An input filter for the
ListControlOperations API that lets you select the types of control
operations to view. |
ControlOperationFilter |
ControlOperationFilter.withControlIdentifiers(Collection<String> controlIdentifiers)
The set of
controlIdentifier returned by the filter. |
ControlOperationFilter |
ControlOperationFilter.withControlIdentifiers(String... controlIdentifiers)
The set of
controlIdentifier returned by the filter. |
ControlOperationFilter |
ControlOperationFilter.withControlOperationTypes(Collection<String> controlOperationTypes)
The set of
ControlOperation objects returned by the filter. |
ControlOperationFilter |
ControlOperationFilter.withControlOperationTypes(ControlOperationType... controlOperationTypes)
The set of
ControlOperation objects returned by the filter. |
ControlOperationFilter |
ControlOperationFilter.withControlOperationTypes(String... controlOperationTypes)
The set of
ControlOperation objects returned by the filter. |
ControlOperationFilter |
ControlOperationFilter.withEnabledControlIdentifiers(Collection<String> enabledControlIdentifiers)
The set
controlIdentifier of enabled controls selected by the filter. |
ControlOperationFilter |
ControlOperationFilter.withEnabledControlIdentifiers(String... enabledControlIdentifiers)
The set
controlIdentifier of enabled controls selected by the filter. |
ControlOperationFilter |
ControlOperationFilter.withStatuses(Collection<String> statuses)
Lists the status of control operations.
|
ControlOperationFilter |
ControlOperationFilter.withStatuses(ControlOperationStatus... statuses)
Lists the status of control operations.
|
ControlOperationFilter |
ControlOperationFilter.withStatuses(String... statuses)
Lists the status of control operations.
|
ControlOperationFilter |
ControlOperationFilter.withTargetIdentifiers(Collection<String> targetIdentifiers)
The set of
targetIdentifier objects returned by the filter. |
ControlOperationFilter |
ControlOperationFilter.withTargetIdentifiers(String... targetIdentifiers)
The set of
targetIdentifier objects returned by the filter. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListControlOperationsRequest.setFilter(ControlOperationFilter filter)
An input filter for the
ListControlOperations API that lets you select the types of control
operations to view. |
ListControlOperationsRequest |
ListControlOperationsRequest.withFilter(ControlOperationFilter filter)
An input filter for the
ListControlOperations API that lets you select the types of control
operations to view. |
Copyright © 2024. All rights reserved.