Uses of Class
software.amazon.awssdk.services.controltower.model.GetEnabledBaselineResponse
-
Packages that use GetEnabledBaselineResponse 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 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.
-