Uses of Class
software.amazon.awssdk.services.efs.model.AccessPointDescription
-
Packages that use AccessPointDescription Package Description software.amazon.awssdk.services.efs.model software.amazon.awssdk.services.efs.paginators -
-
Uses of AccessPointDescription in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type AccessPointDescription Modifier and Type Method Description List<AccessPointDescription>DescribeAccessPointsResponse. accessPoints()An array of access point descriptions.Methods in software.amazon.awssdk.services.efs.model with parameters of type AccessPointDescription Modifier and Type Method Description DescribeAccessPointsResponse.BuilderDescribeAccessPointsResponse.Builder. accessPoints(AccessPointDescription... accessPoints)An array of access point descriptions.Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type AccessPointDescription Modifier and Type Method Description DescribeAccessPointsResponse.BuilderDescribeAccessPointsResponse.Builder. accessPoints(Collection<AccessPointDescription> accessPoints)An array of access point descriptions. -
Uses of AccessPointDescription in software.amazon.awssdk.services.efs.paginators
Methods in software.amazon.awssdk.services.efs.paginators that return types with arguments of type AccessPointDescription Modifier and Type Method Description SdkIterable<AccessPointDescription>DescribeAccessPointsIterable. accessPoints()Returns an iterable to iterate through the paginatedDescribeAccessPointsResponse.accessPoints()member.SdkPublisher<AccessPointDescription>DescribeAccessPointsPublisher. accessPoints()Returns a publisher that can be used to get a stream of data.
-