Interface ListAliasesApi
-
@Path("/aliases") public interface ListAliasesApi
V2 API definition for listing and inspecting collection aliases
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAliasByNameResponse
getAliasByName(String aliasName)
ListAliasesResponse
getAliases()
-
-
-
Method Detail
-
getAliases
@GET ListAliasesResponse getAliases() throws Exception
- Throws:
Exception
-
getAliasByName
@GET @Path("/{aliasName}") GetAliasByNameResponse getAliasByName(@PathParam("aliasName") String aliasName) throws Exception
- Throws:
Exception
-
-