public interface ResourceAction
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the resource.
|
void |
makeReady()
Creates and waits for a resource to be in a ready state.
|
void makeReady()
throws ResourceActionException
ResourceActionException - if an error occurs when deploying the resourcevoid delete()
throws ResourceActionException
ResourceActionException - if an error occurs when deleting the resourceCopyright © 2018. All rights reserved.