Uses of Class
software.amazon.awssdk.services.controltower.model.GetLandingZoneResponse
-
Packages that use GetLandingZoneResponse 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 GetLandingZoneResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return GetLandingZoneResponse Modifier and Type Method Description default GetLandingZoneResponseControlTowerClient. getLandingZone(Consumer<GetLandingZoneRequest.Builder> getLandingZoneRequest)Returns details about the landing zone.default GetLandingZoneResponseControlTowerClient. getLandingZone(GetLandingZoneRequest getLandingZoneRequest)Returns details about the landing zone.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type GetLandingZoneResponse Modifier and Type Method Description default CompletableFuture<GetLandingZoneResponse>ControlTowerAsyncClient. getLandingZone(Consumer<GetLandingZoneRequest.Builder> getLandingZoneRequest)Returns details about the landing zone.default CompletableFuture<GetLandingZoneResponse>ControlTowerAsyncClient. getLandingZone(GetLandingZoneRequest getLandingZoneRequest)Returns details about the landing zone.
-