> +    */
> +   @Delegate
> +   FlavorApi getFlavorApi(@EndpointParam(parser = RegionToEndpoint.class) 
> @Nullable String region);
> +
> +   /**
> +    * Provides access to Instance features.
> +    */
> +   @Delegate
> +   InstanceApi getInstanceApi(@EndpointParam(parser = 
> RegionToEndpoint.class) @Nullable String region);
> +
> +   /**
> +    * Provides access to User features.
> +    */
> +   @Delegate
> +   @Path("/instances/{instanceId}")
> +   UserApi getUserApiForInstance(@EndpointParam(parser = 
> RegionToEndpoint.class) @Nullable String region,

Drop ForInstance

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/463/files#r15900396

Reply via email to