| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| Modifier and Type | Method and Description |
|---|---|
default RemoveStorageSystemResponse |
DataSyncClient.removeStorageSystem(Consumer<RemoveStorageSystemRequest.Builder> removeStorageSystemRequest)
Permanently removes a storage system resource from DataSync Discovery, including the associated discovery jobs,
collected data, and recommendations.
|
default RemoveStorageSystemResponse |
DataSyncClient.removeStorageSystem(RemoveStorageSystemRequest removeStorageSystemRequest)
Permanently removes a storage system resource from DataSync Discovery, including the associated discovery jobs,
collected data, and recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveStorageSystemResponse> |
DataSyncAsyncClient.removeStorageSystem(Consumer<RemoveStorageSystemRequest.Builder> removeStorageSystemRequest)
Permanently removes a storage system resource from DataSync Discovery, including the associated discovery jobs,
collected data, and recommendations.
|
default CompletableFuture<RemoveStorageSystemResponse> |
DataSyncAsyncClient.removeStorageSystem(RemoveStorageSystemRequest removeStorageSystemRequest)
Permanently removes a storage system resource from DataSync Discovery, including the associated discovery jobs,
collected data, and recommendations.
|
Copyright © 2023. All rights reserved.