Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeLocationNfsResponse
-
Packages that use DescribeLocationNfsResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of DescribeLocationNfsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeLocationNfsResponse Modifier and Type Method Description default DescribeLocationNfsResponseDataSyncClient. describeLocationNfs(Consumer<DescribeLocationNfsRequest.Builder> describeLocationNfsRequest)Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.default DescribeLocationNfsResponseDataSyncClient. describeLocationNfs(DescribeLocationNfsRequest describeLocationNfsRequest)Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type DescribeLocationNfsResponse Modifier and Type Method Description default CompletableFuture<DescribeLocationNfsResponse>DataSyncAsyncClient. describeLocationNfs(Consumer<DescribeLocationNfsRequest.Builder> describeLocationNfsRequest)Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.default CompletableFuture<DescribeLocationNfsResponse>DataSyncAsyncClient. describeLocationNfs(DescribeLocationNfsRequest describeLocationNfsRequest)Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.
-