Uses of Class
software.amazon.awssdk.services.datasync.model.CreateLocationFsxWindowsResponse
-
Packages that use CreateLocationFsxWindowsResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of CreateLocationFsxWindowsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return CreateLocationFsxWindowsResponse Modifier and Type Method Description default CreateLocationFsxWindowsResponseDataSyncClient. createLocationFsxWindows(Consumer<CreateLocationFsxWindowsRequest.Builder> createLocationFsxWindowsRequest)Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer.default CreateLocationFsxWindowsResponseDataSyncClient. createLocationFsxWindows(CreateLocationFsxWindowsRequest createLocationFsxWindowsRequest)Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type CreateLocationFsxWindowsResponse Modifier and Type Method Description default CompletableFuture<CreateLocationFsxWindowsResponse>DataSyncAsyncClient. createLocationFsxWindows(Consumer<CreateLocationFsxWindowsRequest.Builder> createLocationFsxWindowsRequest)Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer.default CompletableFuture<CreateLocationFsxWindowsResponse>DataSyncAsyncClient. createLocationFsxWindows(CreateLocationFsxWindowsRequest createLocationFsxWindowsRequest)Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer.
-