Uses of Class
software.amazon.awssdk.services.controltower.model.ListLandingZonesResponse
-
Packages that use ListLandingZonesResponse 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.software.amazon.awssdk.services.controltower.paginators -
-
Uses of ListLandingZonesResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return ListLandingZonesResponse Modifier and Type Method Description default ListLandingZonesResponseControlTowerClient. listLandingZones(Consumer<ListLandingZonesRequest.Builder> listLandingZonesRequest)Returns the landing zone ARN for the landing zone deployed in your managed account.default ListLandingZonesResponseControlTowerClient. listLandingZones(ListLandingZonesRequest listLandingZonesRequest)Returns the landing zone ARN for the landing zone deployed in your managed account.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type ListLandingZonesResponse Modifier and Type Method Description default CompletableFuture<ListLandingZonesResponse>ControlTowerAsyncClient. listLandingZones(Consumer<ListLandingZonesRequest.Builder> listLandingZonesRequest)Returns the landing zone ARN for the landing zone deployed in your managed account.default CompletableFuture<ListLandingZonesResponse>ControlTowerAsyncClient. listLandingZones(ListLandingZonesRequest listLandingZonesRequest)Returns the landing zone ARN for the landing zone deployed in your managed account. -
Uses of ListLandingZonesResponse in software.amazon.awssdk.services.controltower.paginators
Methods in software.amazon.awssdk.services.controltower.paginators that return types with arguments of type ListLandingZonesResponse Modifier and Type Method Description Iterator<ListLandingZonesResponse>ListLandingZonesIterable. iterator()Method parameters in software.amazon.awssdk.services.controltower.paginators with type arguments of type ListLandingZonesResponse Modifier and Type Method Description voidListLandingZonesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLandingZonesResponse> subscriber)
-