package software.amazon.kendraranking.executionplan; public class ApiName { static final String CREATE_EXECUTION_PLAN = "CreateRescoreExecutionPlan"; static final String UPDATE_EXECUTION_PLAN = "UpdateRescoreExecutionPlan"; static final String DELETE_EXECUTION_PLAN = "DeleteRescoreExecutionPlan"; static final String DESCRIBE_EXECUTION_PLAN = "DescribeRescoreExecutionPlan"; static final String LIST_TAGS_FOR_RESOURCE = "ListTagsForResource"; }