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

com.huawei.openstack4j.openstack.iam.internal.BaseIamService Maven / Gradle / Ivy

There is a newer version: 1.0.26
Show newest version
package com.huawei.openstack4j.openstack.iam.internal;

import com.huawei.openstack4j.api.types.ServiceType;
import com.huawei.openstack4j.openstack.common.functions.ReplaceVersionOfURL;
import com.huawei.openstack4j.openstack.internal.BaseOpenStackService;

public class BaseIamService extends BaseOpenStackService {

    protected BaseIamService() {
        super(ServiceType.IAM);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy