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)Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.default DescribeLocationFsxWindowsResponseDataSyncClient. describeLocationFsxWindows(DescribeLocationFsxWindowsRequest describeLocationFsxWindowsRequest)Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.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)Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.default CompletableFuture<DescribeLocationFsxWindowsResponse>DataSyncAsyncClient. describeLocationFsxWindows(DescribeLocationFsxWindowsRequest describeLocationFsxWindowsRequest)Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.
-