| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeMountTargetsResponse |
EfsClient.describeMountTargets(Consumer<DescribeMountTargetsRequest.Builder> describeMountTargetsRequest)
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
|
default DescribeMountTargetsResponse |
EfsClient.describeMountTargets(DescribeMountTargetsRequest describeMountTargetsRequest)
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeMountTargetsResponse> |
EfsAsyncClient.describeMountTargets(Consumer<DescribeMountTargetsRequest.Builder> describeMountTargetsRequest)
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
|
default CompletableFuture<DescribeMountTargetsResponse> |
EfsAsyncClient.describeMountTargets(DescribeMountTargetsRequest describeMountTargetsRequest)
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
|
Copyright © 2023. All rights reserved.