Uses of Class
software.amazon.awssdk.services.datasync.model.CreateLocationFsxOntapResponse
-
Packages that use CreateLocationFsxOntapResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of CreateLocationFsxOntapResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return CreateLocationFsxOntapResponse Modifier and Type Method Description default CreateLocationFsxOntapResponseDataSyncClient. createLocationFsxOntap(Consumer<CreateLocationFsxOntapRequest.Builder> createLocationFsxOntapRequest)Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer.default CreateLocationFsxOntapResponseDataSyncClient. createLocationFsxOntap(CreateLocationFsxOntapRequest createLocationFsxOntapRequest)Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type CreateLocationFsxOntapResponse Modifier and Type Method Description default CompletableFuture<CreateLocationFsxOntapResponse>DataSyncAsyncClient. createLocationFsxOntap(Consumer<CreateLocationFsxOntapRequest.Builder> createLocationFsxOntapRequest)Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer.default CompletableFuture<CreateLocationFsxOntapResponse>DataSyncAsyncClient. createLocationFsxOntap(CreateLocationFsxOntapRequest createLocationFsxOntapRequest)Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer.
-