Uses of Class
software.amazon.awssdk.services.controltower.model.CreateLandingZoneResponse
-
Packages that use CreateLandingZoneResponse 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 CreateLandingZoneResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return CreateLandingZoneResponse Modifier and Type Method Description default CreateLandingZoneResponseControlTowerClient. createLandingZone(Consumer<CreateLandingZoneRequest.Builder> createLandingZoneRequest)Creates a new landing zone.default CreateLandingZoneResponseControlTowerClient. createLandingZone(CreateLandingZoneRequest createLandingZoneRequest)Creates a new landing zone.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type CreateLandingZoneResponse Modifier and Type Method Description default CompletableFuture<CreateLandingZoneResponse>ControlTowerAsyncClient. createLandingZone(Consumer<CreateLandingZoneRequest.Builder> createLandingZoneRequest)Creates a new landing zone.default CompletableFuture<CreateLandingZoneResponse>ControlTowerAsyncClient. createLandingZone(CreateLandingZoneRequest createLandingZoneRequest)Creates a new landing zone.
-