@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, getEnabledControl, listEnabledControls, listTagsForResource, shutdown, tagResource, untagResource
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
disableControl, enableControl, getCachedResponseMetadata, getControlOperation, getEnabledControl, listEnabledControls, listTagsForResource, shutdown, tagResource, untagResource
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. For usage examples, see the AWS Control Tower User Guide .
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. For usage examples, see the AWS Control Tower User Guide .
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. For usage examples, see the AWS Control Tower User Guide .
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. For usage examples, see the AWS Control Tower User Guide .
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. For usage examples, see the AWS
Control Tower User Guide .
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. For usage examples, see the AWS
Control Tower User Guide .
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<GetEnabledControlResult> getEnabledControlAsync(GetEnabledControlRequest request)
AWSControlTowerAsync
Retrieves details about an enabled control. For usage examples, see the AWS Control Tower User Guide .
getEnabledControlAsync
in interface AWSControlTowerAsync
public Future<GetEnabledControlResult> getEnabledControlAsync(GetEnabledControlRequest request, AsyncHandler<GetEnabledControlRequest,GetEnabledControlResult> asyncHandler)
AWSControlTowerAsync
Retrieves details about an enabled control. For usage examples, see the AWS Control Tower User Guide .
getEnabledControlAsync
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. For usage examples, see the AWS Control Tower User Guide .
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. For usage examples, see the AWS Control Tower User Guide .
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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSControlTowerAsync
Returns a list of tags associated with the resource. For usage examples, see the AWS Control Tower User Guide .
listTagsForResourceAsync
in interface AWSControlTowerAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSControlTowerAsync
Returns a list of tags associated with the resource. For usage examples, see the AWS Control Tower User Guide .
listTagsForResourceAsync
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<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSControlTowerAsync
Applies tags to a resource. For usage examples, see the AWS Control Tower User Guide .
tagResourceAsync
in interface AWSControlTowerAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSControlTowerAsync
Applies tags to a resource. For usage examples, see the AWS Control Tower User Guide .
tagResourceAsync
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<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSControlTowerAsync
Removes tags from a resource. For usage examples, see the AWS Control Tower User Guide .
untagResourceAsync
in interface AWSControlTowerAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSControlTowerAsync
Removes tags from a resource. For usage examples, see the AWS Control Tower User Guide .
untagResourceAsync
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.