Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeLocationEfsResponse
-
Packages that use DescribeLocationEfsResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of DescribeLocationEfsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeLocationEfsResponse Modifier and Type Method Description default DescribeLocationEfsResponseDataSyncClient. describeLocationEfs(Consumer<DescribeLocationEfsRequest.Builder> describeLocationEfsRequest)Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.default DescribeLocationEfsResponseDataSyncClient. describeLocationEfs(DescribeLocationEfsRequest describeLocationEfsRequest)Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type DescribeLocationEfsResponse Modifier and Type Method Description default CompletableFuture<DescribeLocationEfsResponse>DataSyncAsyncClient. describeLocationEfs(Consumer<DescribeLocationEfsRequest.Builder> describeLocationEfsRequest)Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.default CompletableFuture<DescribeLocationEfsResponse>DataSyncAsyncClient. describeLocationEfs(DescribeLocationEfsRequest describeLocationEfsRequest)Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.
-