com.huawei.openstack4j.openstack.iam.internal.IamService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openstack4j Show documentation
Show all versions of openstack4j Show documentation
Huawei Cloud Open API SDK for Java
package com.huawei.openstack4j.openstack.iam.internal;
import com.huawei.openstack4j.api.Apis;
public class IamService extends BaseIamService{
/**
* Securitytoken Service API
*
* @return the securitytoken service
*/
public SecuritytokenService securitytokens() {
return Apis.get(SecuritytokenService.class);
}
}