Uses of Class
software.amazon.awssdk.services.controltower.model.GetBaselineOperationResponse
-
Packages that use GetBaselineOperationResponse 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: -
-
Uses of GetBaselineOperationResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return GetBaselineOperationResponse Modifier and Type Method Description default GetBaselineOperationResponseControlTowerClient. getBaselineOperation(Consumer<GetBaselineOperationRequest.Builder> getBaselineOperationRequest)Returns the details of an asynchronous baseline operation, as initiated by any of these APIs:EnableBaseline,DisableBaseline,UpdateEnabledBaseline,ResetEnabledBaseline.default GetBaselineOperationResponseControlTowerClient. getBaselineOperation(GetBaselineOperationRequest getBaselineOperationRequest)Returns the details of an asynchronous baseline operation, as initiated by any of these APIs:EnableBaseline,DisableBaseline,UpdateEnabledBaseline,ResetEnabledBaseline.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type GetBaselineOperationResponse Modifier and Type Method Description default CompletableFuture<GetBaselineOperationResponse>ControlTowerAsyncClient. getBaselineOperation(Consumer<GetBaselineOperationRequest.Builder> getBaselineOperationRequest)Returns the details of an asynchronous baseline operation, as initiated by any of these APIs:EnableBaseline,DisableBaseline,UpdateEnabledBaseline,ResetEnabledBaseline.default CompletableFuture<GetBaselineOperationResponse>ControlTowerAsyncClient. getBaselineOperation(GetBaselineOperationRequest getBaselineOperationRequest)Returns the details of an asynchronous baseline operation, as initiated by any of these APIs:EnableBaseline,DisableBaseline,UpdateEnabledBaseline,ResetEnabledBaseline.
-