Uses of Class
software.amazon.awssdk.services.s3control.model.MultiRegionAccessPointReport
-
Packages that use MultiRegionAccessPointReport Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of MultiRegionAccessPointReport in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return MultiRegionAccessPointReport Modifier and Type Method Description MultiRegionAccessPointReportGetMultiRegionAccessPointResponse. accessPoint()A container element containing the details of the requested Multi-Region Access Point.Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type MultiRegionAccessPointReport Modifier and Type Method Description List<MultiRegionAccessPointReport>ListMultiRegionAccessPointsResponse. accessPoints()The list of Multi-Region Access Points associated with the user.Methods in software.amazon.awssdk.services.s3control.model with parameters of type MultiRegionAccessPointReport Modifier and Type Method Description GetMultiRegionAccessPointResponse.BuilderGetMultiRegionAccessPointResponse.Builder. accessPoint(MultiRegionAccessPointReport accessPoint)A container element containing the details of the requested Multi-Region Access Point.ListMultiRegionAccessPointsResponse.BuilderListMultiRegionAccessPointsResponse.Builder. accessPoints(MultiRegionAccessPointReport... accessPoints)The list of Multi-Region Access Points associated with the user.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type MultiRegionAccessPointReport Modifier and Type Method Description ListMultiRegionAccessPointsResponse.BuilderListMultiRegionAccessPointsResponse.Builder. accessPoints(Collection<MultiRegionAccessPointReport> accessPoints)The list of Multi-Region Access Points associated with the user.
-