| 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 GetControlOperationResponse |
ControlTowerClient.getControlOperation(Consumer<GetControlOperationRequest.Builder> getControlOperationRequest)
Returns the status of a particular
EnableControl or DisableControl operation. |
default CompletableFuture<GetControlOperationResponse> |
ControlTowerAsyncClient.getControlOperation(Consumer<GetControlOperationRequest.Builder> getControlOperationRequest)
Returns the status of a particular
EnableControl or DisableControl operation. |
| Modifier and Type | Method and Description |
|---|---|
static GetControlOperationRequest.Builder |
GetControlOperationRequest.builder() |
GetControlOperationRequest.Builder |
GetControlOperationRequest.Builder.operationIdentifier(String operationIdentifier)
The ID of the asynchronous operation, which is used to track status.
|
GetControlOperationRequest.Builder |
GetControlOperationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetControlOperationRequest.Builder |
GetControlOperationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetControlOperationRequest.Builder |
GetControlOperationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetControlOperationRequest.Builder> |
GetControlOperationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.