Uses of Class
software.amazon.awssdk.services.controltower.model.ListLandingZonesRequest
-
Packages that use ListLandingZonesRequest 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 software.amazon.awssdk.services.controltower.transform -
-
Uses of ListLandingZonesRequest in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower with parameters of type ListLandingZonesRequest Modifier and Type Method Description default CompletableFuture<ListLandingZonesResponse>ControlTowerAsyncClient. listLandingZones(ListLandingZonesRequest 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.default ListLandingZonesPublisherControlTowerAsyncClient. listLandingZonesPaginator(ListLandingZonesRequest listLandingZonesRequest)Returns the landing zone ARN for the landing zone deployed in your managed account.default ListLandingZonesIterableControlTowerClient. listLandingZonesPaginator(ListLandingZonesRequest listLandingZonesRequest)Returns the landing zone ARN for the landing zone deployed in your managed account. -
Uses of ListLandingZonesRequest in software.amazon.awssdk.services.controltower.paginators
Constructors in software.amazon.awssdk.services.controltower.paginators with parameters of type ListLandingZonesRequest Constructor Description ListLandingZonesIterable(ControlTowerClient client, ListLandingZonesRequest firstRequest)ListLandingZonesPublisher(ControlTowerAsyncClient client, ListLandingZonesRequest firstRequest) -
Uses of ListLandingZonesRequest in software.amazon.awssdk.services.controltower.transform
Methods in software.amazon.awssdk.services.controltower.transform with parameters of type ListLandingZonesRequest Modifier and Type Method Description SdkHttpFullRequestListLandingZonesRequestMarshaller. marshall(ListLandingZonesRequest listLandingZonesRequest)
-