public interface PostCreateStoragePlugin
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
| Modifier and Type | Method and Description |
|---|---|
CreateStorageResponse |
process(CreateStorageResponse input)
Processes the
CreateStorageResponse. |
CreateStorageResponse process(CreateStorageResponse input) throws PluginExecutionException
CreateStorageResponse.
input - the CreateStorageResponse to processCreateStorageResponse to pass to the next PostCreateStoragePluginPluginExecutionException - if an error occurs during processingThis work is licensed under a Creative Commons Attribution 4.0 International License.