| Package | Description |
|---|---|
| software.amazon.awssdk.services.controltower |
These interfaces allow you to apply the AWS library of pre-defined controls to your organizational units,
programmatically.
|
| software.amazon.awssdk.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
default DisableControlResponse |
ControlTowerClient.disableControl(Consumer<DisableControlRequest.Builder> disableControlRequest)
This API call turns off a control.
|
default DisableControlResponse |
ControlTowerClient.disableControl(DisableControlRequest disableControlRequest)
This API call turns off a control.
|
default EnableControlResponse |
ControlTowerClient.enableControl(Consumer<EnableControlRequest.Builder> enableControlRequest)
This API call activates a control.
|
default EnableControlResponse |
ControlTowerClient.enableControl(EnableControlRequest enableControlRequest)
This API call activates a control.
|
default GetControlOperationResponse |
ControlTowerClient.getControlOperation(Consumer<GetControlOperationRequest.Builder> getControlOperationRequest)
Returns the status of a particular
EnableControl or DisableControl operation. |
default GetControlOperationResponse |
ControlTowerClient.getControlOperation(GetControlOperationRequest getControlOperationRequest)
Returns the status of a particular
EnableControl or DisableControl operation. |
default ListEnabledControlsResponse |
ControlTowerClient.listEnabledControls(Consumer<ListEnabledControlsRequest.Builder> listEnabledControlsRequest)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
default ListEnabledControlsResponse |
ControlTowerClient.listEnabledControls(ListEnabledControlsRequest listEnabledControlsRequest)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
default ListEnabledControlsIterable |
ControlTowerClient.listEnabledControlsPaginator(Consumer<ListEnabledControlsRequest.Builder> listEnabledControlsRequest)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
default ListEnabledControlsIterable |
ControlTowerClient.listEnabledControlsPaginator(ListEnabledControlsRequest listEnabledControlsRequest)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
User does not have sufficient access to perform this action.
|
class |
ConflictException
Updating or deleting a resource can cause an inconsistent state.
|
class |
InternalServerException
Unexpected error during processing of request.
|
class |
ResourceNotFoundException
Request references a resource which does not exist.
|
class |
ServiceQuotaExceededException
Request would cause a service quota to be exceeded.
|
class |
ThrottlingException
Request was denied due to request throttling.
|
class |
ValidationException
The input fails to satisfy the constraints specified by an AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
ControlTowerException |
ControlTowerException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(ControlTowerException ex) |
Copyright © 2022. All rights reserved.