Uses of Class
software.amazon.awssdk.services.controltower.model.GetBaselineResponse
-
Packages that use GetBaselineResponse 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 GetBaselineResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return GetBaselineResponse Modifier and Type Method Description default GetBaselineResponseControlTowerClient. getBaseline(Consumer<GetBaselineRequest.Builder> getBaselineRequest)Retrieve details about an existingBaselineresource by specifying its identifier.default GetBaselineResponseControlTowerClient. getBaseline(GetBaselineRequest getBaselineRequest)Retrieve details about an existingBaselineresource by specifying its identifier.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type GetBaselineResponse Modifier and Type Method Description default CompletableFuture<GetBaselineResponse>ControlTowerAsyncClient. getBaseline(Consumer<GetBaselineRequest.Builder> getBaselineRequest)Retrieve details about an existingBaselineresource by specifying its identifier.default CompletableFuture<GetBaselineResponse>ControlTowerAsyncClient. getBaseline(GetBaselineRequest getBaselineRequest)Retrieve details about an existingBaselineresource by specifying its identifier.
-