Class TenantRoles
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.aws.TenantRoles
-
public class TenantRoles extends java.lang.Object- Author:
- mortent
-
-
Constructor Summary
Constructors Constructor Description TenantRoles(java.lang.String hostRole, java.lang.String tenantHostRole, java.lang.String tenantHostServiceRole, java.lang.String containerRole)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcontainerRole()java.lang.StringhostRole()java.lang.StringhostServiceRole()java.lang.StringtenantHostRole()
-