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 a transfer location for an Amazon FSx for Windows File Server file system.default CreateLocationFsxWindowsResponseDataSyncClient. createLocationFsxWindows(CreateLocationFsxWindowsRequest createLocationFsxWindowsRequest)Creates a transfer location for an Amazon FSx for Windows File Server file system.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 a transfer location for an Amazon FSx for Windows File Server file system.default CompletableFuture<CreateLocationFsxWindowsResponse>DataSyncAsyncClient. createLocationFsxWindows(CreateLocationFsxWindowsRequest createLocationFsxWindowsRequest)Creates a transfer location for an Amazon FSx for Windows File Server file system.
-