Uses of Class
software.amazon.awssdk.services.s3control.model.AccessPoint
-
Packages that use AccessPoint Package Description software.amazon.awssdk.services.s3control.model software.amazon.awssdk.services.s3control.paginators -
-
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>ListAccessPointsForDirectoryBucketsResponse. accessPointList()Contains identification and configuration information for one or more access points associated with the directory bucket.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 ListAccessPointsForDirectoryBucketsResponse.BuilderListAccessPointsForDirectoryBucketsResponse.Builder. accessPointList(AccessPoint... accessPointList)Contains identification and configuration information for one or more access points associated with the directory bucket.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 ListAccessPointsForDirectoryBucketsResponse.BuilderListAccessPointsForDirectoryBucketsResponse.Builder. accessPointList(Collection<AccessPoint> accessPointList)Contains identification and configuration information for one or more access points associated with the directory bucket.ListAccessPointsResponse.BuilderListAccessPointsResponse.Builder. accessPointList(Collection<AccessPoint> accessPointList)Contains identification and configuration information for one or more access points associated with the specified bucket. -
Uses of AccessPoint in software.amazon.awssdk.services.s3control.paginators
Methods in software.amazon.awssdk.services.s3control.paginators that return types with arguments of type AccessPoint Modifier and Type Method Description SdkIterable<AccessPoint>ListAccessPointsForDirectoryBucketsIterable. accessPointList()Returns an iterable to iterate through the paginatedListAccessPointsForDirectoryBucketsResponse.accessPointList()member.SdkPublisher<AccessPoint>ListAccessPointsForDirectoryBucketsPublisher. accessPointList()Returns a publisher that can be used to get a stream of data.
-