| Package | Description |
|---|---|
| com.amazonaws.services.controltower |
These interfaces allow you to apply the AWS library of pre-defined controls to your organizational units,
programmatically.
|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
GetEnabledControlResult |
AWSControlTowerClient.getEnabledControl(GetEnabledControlRequest request)
Provides details about the enabled control.
|
GetEnabledControlResult |
AWSControlTower.getEnabledControl(GetEnabledControlRequest getEnabledControlRequest)
Provides details about the enabled control.
|
GetEnabledControlResult |
AbstractAWSControlTower.getEnabledControl(GetEnabledControlRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetEnabledControlResult> |
AWSControlTowerAsyncClient.getEnabledControlAsync(GetEnabledControlRequest request,
AsyncHandler<GetEnabledControlRequest,GetEnabledControlResult> asyncHandler) |
Future<GetEnabledControlResult> |
AWSControlTowerAsync.getEnabledControlAsync(GetEnabledControlRequest getEnabledControlRequest,
AsyncHandler<GetEnabledControlRequest,GetEnabledControlResult> asyncHandler)
Provides details about the enabled control.
|
Future<GetEnabledControlResult> |
AbstractAWSControlTowerAsync.getEnabledControlAsync(GetEnabledControlRequest request,
AsyncHandler<GetEnabledControlRequest,GetEnabledControlResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEnabledControlResult |
GetEnabledControlResult.clone() |
GetEnabledControlResult |
GetEnabledControlResult.withEnabledControlDetails(EnabledControlDetails enabledControlDetails)
Information about the enabled control.
|
Copyright © 2023. All rights reserved.