Uses of Class
software.amazon.awssdk.services.s3control.model.AccessPoint
-
Packages that use AccessPoint Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of AccessPoint in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type AccessPoint Modifier and Type Method Description List<AccessPoint>ListAccessPointsResponse. accessPointList()Contains identification and configuration information for one or more access points associated with the specified bucket.Methods in software.amazon.awssdk.services.s3control.model with parameters of type AccessPoint Modifier and Type Method Description ListAccessPointsResponse.BuilderListAccessPointsResponse.Builder. accessPointList(AccessPoint... accessPointList)Contains identification and configuration information for one or more access points associated with the specified bucket.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type AccessPoint Modifier and Type Method Description ListAccessPointsResponse.BuilderListAccessPointsResponse.Builder. accessPointList(Collection<AccessPoint> accessPointList)Contains identification and configuration information for one or more access points associated with the specified bucket.
-