Uses of Class
software.amazon.awssdk.services.controltower.model.UpdateLandingZoneResponse
-
Packages that use UpdateLandingZoneResponse 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 UpdateLandingZoneResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return UpdateLandingZoneResponse Modifier and Type Method Description default UpdateLandingZoneResponseControlTowerClient. updateLandingZone(Consumer<UpdateLandingZoneRequest.Builder> updateLandingZoneRequest)This API call updates the landing zone.default UpdateLandingZoneResponseControlTowerClient. updateLandingZone(UpdateLandingZoneRequest updateLandingZoneRequest)This API call updates the landing zone.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type UpdateLandingZoneResponse Modifier and Type Method Description default CompletableFuture<UpdateLandingZoneResponse>ControlTowerAsyncClient. updateLandingZone(Consumer<UpdateLandingZoneRequest.Builder> updateLandingZoneRequest)This API call updates the landing zone.default CompletableFuture<UpdateLandingZoneResponse>ControlTowerAsyncClient. updateLandingZone(UpdateLandingZoneRequest updateLandingZoneRequest)This API call updates the landing zone.
-