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