Uses of Interface
software.amazon.awssdk.services.controltower.model.GetControlOperationRequest.Builder
-
Packages that use GetControlOperationRequest.Builder Package Description software.amazon.awssdk.services.controltower Amazon Web Services Control Tower offers application programming interface (API) operations that support programmatic interaction with these types of resources:software.amazon.awssdk.services.controltower.model -
-
Uses of GetControlOperationRequest.Builder in software.amazon.awssdk.services.controltower
Method parameters in software.amazon.awssdk.services.controltower with type arguments of type GetControlOperationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetControlOperationResponse>ControlTowerAsyncClient. getControlOperation(Consumer<GetControlOperationRequest.Builder> getControlOperationRequest)Returns the status of a particularEnableControlorDisableControloperation.default GetControlOperationResponseControlTowerClient. getControlOperation(Consumer<GetControlOperationRequest.Builder> getControlOperationRequest)Returns the status of a particularEnableControlorDisableControloperation. -
Uses of GetControlOperationRequest.Builder in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return GetControlOperationRequest.Builder Modifier and Type Method Description static GetControlOperationRequest.BuilderGetControlOperationRequest. builder()GetControlOperationRequest.BuilderGetControlOperationRequest.Builder. operationIdentifier(String operationIdentifier)The ID of the asynchronous operation, which is used to track status.GetControlOperationRequest.BuilderGetControlOperationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetControlOperationRequest.BuilderGetControlOperationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetControlOperationRequest.BuilderGetControlOperationRequest. toBuilder()Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type GetControlOperationRequest.Builder Modifier and Type Method Description static Class<? extends GetControlOperationRequest.Builder>GetControlOperationRequest. serializableBuilderClass()
-