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