| Package | Description |
|---|---|
| org.finra.herd.sdk.api | |
| org.finra.herd.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
Storage |
StorageApi.storageCreateStorage(StorageCreateRequest storageCreateRequest)
createStorage
Creates a new storage.
|
Storage |
StorageApi.storageDeleteStorage(String storageName)
deleteStorage
Deletes an existing storage by name.
|
Storage |
StorageApi.storageGetStorage(String storageName)
getStorage
Gets an existing storage by name.
|
Storage |
StorageApi.storageUpdateStorage(String storageName,
StorageUpdateRequest storageUpdateRequest)
updateStorage
Updates an existing storage.
|
| Modifier and Type | Method and Description |
|---|---|
Storage |
StorageUnit.getStorage()
The Storage for this Storage Unit
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageUnit.setStorage(Storage storage) |
Copyright © 2017. All rights reserved.