Uses of Class
software.amazon.awssdk.services.s3control.model.RegionReport
-
Packages that use RegionReport Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of RegionReport in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type RegionReport Modifier and Type Method Description List<RegionReport>MultiRegionAccessPointReport. regions()A collection of the Regions and buckets associated with the Multi-Region Access Point.Methods in software.amazon.awssdk.services.s3control.model with parameters of type RegionReport Modifier and Type Method Description MultiRegionAccessPointReport.BuilderMultiRegionAccessPointReport.Builder. regions(RegionReport... regions)A collection of the Regions and buckets associated with the Multi-Region Access Point.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type RegionReport Modifier and Type Method Description MultiRegionAccessPointReport.BuilderMultiRegionAccessPointReport.Builder. regions(Collection<RegionReport> regions)A collection of the Regions and buckets associated with the Multi-Region Access Point.
-