Uses of Class
software.amazon.awssdk.services.controltower.model.GetLandingZoneResponse
-
Packages that use GetLandingZoneResponse 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 GetLandingZoneResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return GetLandingZoneResponse Modifier and Type Method Description default GetLandingZoneResponseControlTowerClient. getLandingZone(Consumer<GetLandingZoneRequest.Builder> getLandingZoneRequest)Returns details about the landing zone.default GetLandingZoneResponseControlTowerClient. getLandingZone(GetLandingZoneRequest getLandingZoneRequest)Returns details about the landing zone.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type GetLandingZoneResponse Modifier and Type Method Description default CompletableFuture<GetLandingZoneResponse>ControlTowerAsyncClient. getLandingZone(Consumer<GetLandingZoneRequest.Builder> getLandingZoneRequest)Returns details about the landing zone.default CompletableFuture<GetLandingZoneResponse>ControlTowerAsyncClient. getLandingZone(GetLandingZoneRequest getLandingZoneRequest)Returns details about the landing zone.
-