Uses of Class
software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
-
Packages that use DescribeAccessPointsResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.paginators -
-
Uses of DescribeAccessPointsResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return DescribeAccessPointsResponse Modifier and Type Method Description default DescribeAccessPointsResponseEfsClient. describeAccessPoints(Consumer<DescribeAccessPointsRequest.Builder> describeAccessPointsRequest)Returns the description of a specific Amazon EFS access point if theAccessPointIdis provided.default DescribeAccessPointsResponseEfsClient. describeAccessPoints(DescribeAccessPointsRequest describeAccessPointsRequest)Returns the description of a specific Amazon EFS access point if theAccessPointIdis provided.Methods in software.amazon.awssdk.services.efs that return types with arguments of type DescribeAccessPointsResponse Modifier and Type Method Description default CompletableFuture<DescribeAccessPointsResponse>EfsAsyncClient. describeAccessPoints(Consumer<DescribeAccessPointsRequest.Builder> describeAccessPointsRequest)Returns the description of a specific Amazon EFS access point if theAccessPointIdis provided.default CompletableFuture<DescribeAccessPointsResponse>EfsAsyncClient. describeAccessPoints(DescribeAccessPointsRequest describeAccessPointsRequest)Returns the description of a specific Amazon EFS access point if theAccessPointIdis provided. -
Uses of DescribeAccessPointsResponse in software.amazon.awssdk.services.efs.paginators
Methods in software.amazon.awssdk.services.efs.paginators that return types with arguments of type DescribeAccessPointsResponse Modifier and Type Method Description Iterator<DescribeAccessPointsResponse>DescribeAccessPointsIterable. iterator()Method parameters in software.amazon.awssdk.services.efs.paginators with type arguments of type DescribeAccessPointsResponse Modifier and Type Method Description voidDescribeAccessPointsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeAccessPointsResponse> subscriber)
-