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