| Package | Description |
|---|---|
| com.amazonaws.services.controltower |
Amazon Web Services Control Tower offers application programming interface (API) operations that support programmatic
interaction with these types of resources:
|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
Future<EnableControlResult> |
AWSControlTowerAsyncClient.enableControlAsync(EnableControlRequest request,
AsyncHandler<EnableControlRequest,EnableControlResult> asyncHandler) |
Future<EnableControlResult> |
AbstractAWSControlTowerAsync.enableControlAsync(EnableControlRequest request,
AsyncHandler<EnableControlRequest,EnableControlResult> asyncHandler) |
Future<EnableControlResult> |
AWSControlTowerAsync.enableControlAsync(EnableControlRequest enableControlRequest,
AsyncHandler<EnableControlRequest,EnableControlResult> asyncHandler)
This API call activates a control.
|
| Modifier and Type | Method and Description |
|---|---|
EnableControlRequest |
EnableControlRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
EnableControlRequest |
EnableControlRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
EnableControlRequest |
EnableControlRequest.clone() |
EnableControlRequest |
EnableControlRequest.withControlIdentifier(String controlIdentifier)
The ARN of the control.
|
EnableControlRequest |
EnableControlRequest.withTags(Map<String,String> tags)
Tags to be applied to the
EnabledControl resource. |
EnableControlRequest |
EnableControlRequest.withTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
Copyright © 2024. All rights reserved.