Uses of Class
software.amazon.awssdk.services.controltower.model.LandingZoneSummary
-
Packages that use LandingZoneSummary Package Description software.amazon.awssdk.services.controltower.model software.amazon.awssdk.services.controltower.paginators -
-
Uses of LandingZoneSummary in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type LandingZoneSummary Modifier and Type Method Description List<LandingZoneSummary>ListLandingZonesResponse. landingZones()The ARN of the landing zone.Methods in software.amazon.awssdk.services.controltower.model with parameters of type LandingZoneSummary Modifier and Type Method Description ListLandingZonesResponse.BuilderListLandingZonesResponse.Builder. landingZones(LandingZoneSummary... landingZones)The ARN of the landing zone.Method parameters in software.amazon.awssdk.services.controltower.model with type arguments of type LandingZoneSummary Modifier and Type Method Description ListLandingZonesResponse.BuilderListLandingZonesResponse.Builder. landingZones(Collection<LandingZoneSummary> landingZones)The ARN of the landing zone. -
Uses of LandingZoneSummary in software.amazon.awssdk.services.controltower.paginators
Methods in software.amazon.awssdk.services.controltower.paginators that return types with arguments of type LandingZoneSummary Modifier and Type Method Description SdkIterable<LandingZoneSummary>ListLandingZonesIterable. landingZones()Returns an iterable to iterate through the paginatedListLandingZonesResponse.landingZones()member.SdkPublisher<LandingZoneSummary>ListLandingZonesPublisher. landingZones()Returns a publisher that can be used to get a stream of data.
-