All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.spotinst.sdkjava.model.ISpotinstSubscriptionRepo Maven / Gradle / Ivy

There is a newer version: 1.0.121
Show newest version
package com.spotinst.sdkjava.model;

import com.spotinst.sdkjava.model.bl.admin.account.Subscription;
import com.spotinst.sdkjava.model.bl.admin.account.response.SubscriptionResponse;

import java.util.List;

/**
 * Created by talzur on 11/01/2017.
 */
interface ISpotinstSubscriptionRepo extends IRepository {

    RepoGenericResponse create(Subscription subscriptionToCreate, String authToken, String account);

    RepoGenericResponse> getAllSubscriptionEvents(String authToken, String account);

    RepoGenericResponse updateSubscription(Subscription subscriptionUpdateReq, String subscriptionId, String authToken, String account);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy