Uses of Class
software.amazon.awssdk.services.s3control.model.MultiRegionAccessPointRegionalResponse
-
Packages that use MultiRegionAccessPointRegionalResponse Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of MultiRegionAccessPointRegionalResponse in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type MultiRegionAccessPointRegionalResponse Modifier and Type Method Description List<MultiRegionAccessPointRegionalResponse>MultiRegionAccessPointsAsyncResponse. regions()A collection of status information for the different Regions that a Multi-Region Access Point supports.Methods in software.amazon.awssdk.services.s3control.model with parameters of type MultiRegionAccessPointRegionalResponse Modifier and Type Method Description MultiRegionAccessPointsAsyncResponse.BuilderMultiRegionAccessPointsAsyncResponse.Builder. regions(MultiRegionAccessPointRegionalResponse... regions)A collection of status information for the different Regions that a Multi-Region Access Point supports.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type MultiRegionAccessPointRegionalResponse Modifier and Type Method Description MultiRegionAccessPointsAsyncResponse.BuilderMultiRegionAccessPointsAsyncResponse.Builder. regions(Collection<MultiRegionAccessPointRegionalResponse> regions)A collection of status information for the different Regions that a Multi-Region Access Point supports.
-