Uses of Class
software.amazon.awssdk.services.controltower.model.ResetLandingZoneResponse
-
Packages that use ResetLandingZoneResponse 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 ResetLandingZoneResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return ResetLandingZoneResponse Modifier and Type Method Description default ResetLandingZoneResponseControlTowerClient. resetLandingZone(Consumer<ResetLandingZoneRequest.Builder> resetLandingZoneRequest)This API call resets a landing zone.default ResetLandingZoneResponseControlTowerClient. resetLandingZone(ResetLandingZoneRequest resetLandingZoneRequest)This API call resets a landing zone.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type ResetLandingZoneResponse Modifier and Type Method Description default CompletableFuture<ResetLandingZoneResponse>ControlTowerAsyncClient. resetLandingZone(Consumer<ResetLandingZoneRequest.Builder> resetLandingZoneRequest)This API call resets a landing zone.default CompletableFuture<ResetLandingZoneResponse>ControlTowerAsyncClient. resetLandingZone(ResetLandingZoneRequest resetLandingZoneRequest)This API call resets a landing zone.
-