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