@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSControlTowerAsync extends AbstractAWSControlTower implements AWSControlTowerAsync
AWSControlTowerAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
disableControl, enableControl, getCachedResponseMetadata, getControlOperation, listEnabledControls, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
disableControl, enableControl, getCachedResponseMetadata, getControlOperation, listEnabledControls, shutdown
public Future<DisableControlResult> disableControlAsync(DisableControlRequest request)
AWSControlTowerAsync
This API call turns off a control. It starts an asynchronous operation that deletes AWS resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify.
disableControlAsync
in interface AWSControlTowerAsync
public Future<DisableControlResult> disableControlAsync(DisableControlRequest request, AsyncHandler<DisableControlRequest,DisableControlResult> asyncHandler)
AWSControlTowerAsync
This API call turns off a control. It starts an asynchronous operation that deletes AWS resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify.
disableControlAsync
in interface AWSControlTowerAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<EnableControlResult> enableControlAsync(EnableControlRequest request)
AWSControlTowerAsync
This API call activates a control. It starts an asynchronous operation that creates AWS resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify.
enableControlAsync
in interface AWSControlTowerAsync
public Future<EnableControlResult> enableControlAsync(EnableControlRequest request, AsyncHandler<EnableControlRequest,EnableControlResult> asyncHandler)
AWSControlTowerAsync
This API call activates a control. It starts an asynchronous operation that creates AWS resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify.
enableControlAsync
in interface AWSControlTowerAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetControlOperationResult> getControlOperationAsync(GetControlOperationRequest request)
AWSControlTowerAsync
Returns the status of a particular EnableControl
or DisableControl
operation. Displays
a message in case of error. Details for an operation are available for 90 days.
getControlOperationAsync
in interface AWSControlTowerAsync
public Future<GetControlOperationResult> getControlOperationAsync(GetControlOperationRequest request, AsyncHandler<GetControlOperationRequest,GetControlOperationResult> asyncHandler)
AWSControlTowerAsync
Returns the status of a particular EnableControl
or DisableControl
operation. Displays
a message in case of error. Details for an operation are available for 90 days.
getControlOperationAsync
in interface AWSControlTowerAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEnabledControlsResult> listEnabledControlsAsync(ListEnabledControlsRequest request)
AWSControlTowerAsync
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it contains.
listEnabledControlsAsync
in interface AWSControlTowerAsync
public Future<ListEnabledControlsResult> listEnabledControlsAsync(ListEnabledControlsRequest request, AsyncHandler<ListEnabledControlsRequest,ListEnabledControlsResult> asyncHandler)
AWSControlTowerAsync
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it contains.
listEnabledControlsAsync
in interface AWSControlTowerAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.