|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstanceApi
Provides access to Amazon RDS via the Query API
InstanceAsyncApi| Method Summary | |
|---|---|
void |
delete(String id)
Deletes the specified Instance. |
Instance |
get(String id)
Retrieves information about the specified instance. |
PagedIterable<Instance> |
list()
Returns information about provisioned RDS instances. |
IterableWithMarker<Instance> |
list(ListInstancesOptions options)
Returns information about provisioned RDS instances. |
| Method Detail |
|---|
@Nullable Instance get(String id)
id - The user-supplied instance identifier. If this parameter is specified, information
from only the specific DB Instance is returned. This parameter isn't case sensitive.
IterableWithMarker<Instance> list(ListInstancesOptions options)
parameter
options - the options describing the instances query
PagedIterable<Instance> list()
void delete(String id)
id - The DB Instance identifier for the DB Instance to be deleted. This parameter isn't
case sensitive.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||