Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeLocationFsxWindowsResponse
-
Packages that use DescribeLocationFsxWindowsResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of DescribeLocationFsxWindowsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeLocationFsxWindowsResponse Modifier and Type Method Description default DescribeLocationFsxWindowsResponseDataSyncClient. describeLocationFsxWindows(Consumer<DescribeLocationFsxWindowsRequest.Builder> describeLocationFsxWindowsRequest)Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.default DescribeLocationFsxWindowsResponseDataSyncClient. describeLocationFsxWindows(DescribeLocationFsxWindowsRequest describeLocationFsxWindowsRequest)Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type DescribeLocationFsxWindowsResponse Modifier and Type Method Description default CompletableFuture<DescribeLocationFsxWindowsResponse>DataSyncAsyncClient. describeLocationFsxWindows(Consumer<DescribeLocationFsxWindowsRequest.Builder> describeLocationFsxWindowsRequest)Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.default CompletableFuture<DescribeLocationFsxWindowsResponse>DataSyncAsyncClient. describeLocationFsxWindows(DescribeLocationFsxWindowsRequest describeLocationFsxWindowsRequest)Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.
-