Uses of Class
software.amazon.awssdk.services.controltower.model.GetEnabledBaselineResponse
-
Packages that use GetEnabledBaselineResponse Package Description software.amazon.awssdk.services.controltower These interfaces allow you to apply the Amazon Web Services library of pre-defined controls to your organizational units, programmatically. -
-
Uses of GetEnabledBaselineResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return GetEnabledBaselineResponse Modifier and Type Method Description default GetEnabledBaselineResponseControlTowerClient. getEnabledBaseline(Consumer<GetEnabledBaselineRequest.Builder> getEnabledBaselineRequest)Retrieve details of anEnabledBaselineresource by specifying its identifier.default GetEnabledBaselineResponseControlTowerClient. getEnabledBaseline(GetEnabledBaselineRequest getEnabledBaselineRequest)Retrieve details of anEnabledBaselineresource by specifying its identifier.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type GetEnabledBaselineResponse Modifier and Type Method Description default CompletableFuture<GetEnabledBaselineResponse>ControlTowerAsyncClient. getEnabledBaseline(Consumer<GetEnabledBaselineRequest.Builder> getEnabledBaselineRequest)Retrieve details of anEnabledBaselineresource by specifying its identifier.default CompletableFuture<GetEnabledBaselineResponse>ControlTowerAsyncClient. getEnabledBaseline(GetEnabledBaselineRequest getEnabledBaselineRequest)Retrieve details of anEnabledBaselineresource by specifying its identifier.
-