bxt.request.cli.cloudwatch.ListMetrics Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bxt Show documentation
Show all versions of bxt Show documentation
Command-line tools for Amazon Web Services
The newest version!
package bxt.request.cli.cloudwatch;
import bxt.command.CommandLineParams;
import com.amazonaws.services.cloudwatch.model.ListMetricsRequest;
public final class ListMetrics implements CommandLineParams {
@Override
public ListMetricsRequest get() {
return null; // TODO bl implement
}
}