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

com.spotinst.sdkjava.model.ISpotAccountAdminRepo 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.*;
import com.spotinst.sdkjava.model.requests.admin.account.UpdateAccountRequest;

import java.util.List;

public interface ISpotAccountAdminRepo extends IRepository {
    RepoGenericResponse create(String accountName, String authToken);

    RepoGenericResponse update(UpdateAccountRequest request, String authToken, String account);

    RepoGenericResponse> getAuditLogEvents(String authToken, String accountId, String fromDate, String toDate, String responseStatus);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy