| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs |
|
| software.amazon.awssdk.services.efs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAccessPointsResponse |
EfsClient.describeAccessPoints(Consumer<DescribeAccessPointsRequest.Builder> describeAccessPointsRequest)
Returns the description of a specific Amazon EFS access point if the
AccessPointId is provided. |
default DescribeAccessPointsResponse |
EfsClient.describeAccessPoints(DescribeAccessPointsRequest describeAccessPointsRequest)
Returns the description of a specific Amazon EFS access point if the
AccessPointId is provided. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeAccessPointsResponse> |
EfsAsyncClient.describeAccessPoints(Consumer<DescribeAccessPointsRequest.Builder> describeAccessPointsRequest)
Returns the description of a specific Amazon EFS access point if the
AccessPointId is provided. |
default CompletableFuture<DescribeAccessPointsResponse> |
EfsAsyncClient.describeAccessPoints(DescribeAccessPointsRequest describeAccessPointsRequest)
Returns the description of a specific Amazon EFS access point if the
AccessPointId is provided. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeAccessPointsResponse> |
DescribeAccessPointsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccessPointsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeAccessPointsResponse> subscriber) |
Copyright © 2023. All rights reserved.