Interface LabelsApi
-
@Produces("application/json") @Path("/rest") public interface LabelsApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelgetLabelByName(String labelName)LabelsPagelist(String prefix)
-
-
-
Method Detail
-
list
@Named("labels:list") @Consumes("application/json") @Path("/api/{jclouds.api-version}/labels") @GET LabelsPage list(@Nullable @QueryParam("prefix") String prefix)
-
-