Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.aws.TenantRoles
-
Packages that use TenantRoles Package Description com.yahoo.vespa.hosted.controller.api.integration.aws -
-
Uses of TenantRoles in com.yahoo.vespa.hosted.controller.api.integration.aws
Methods in com.yahoo.vespa.hosted.controller.api.integration.aws that return TenantRoles Modifier and Type Method Description TenantRolesNoopRoleService. getTenantRole(com.yahoo.config.provision.TenantName tenant)TenantRolesRoleService. getTenantRole(com.yahoo.config.provision.TenantName tenant)Retrieve the names of the tenant roles (host and container).Methods in com.yahoo.vespa.hosted.controller.api.integration.aws that return types with arguments of type TenantRoles Modifier and Type Method Description Optional<TenantRoles>NoopRoleService. createTenantRole(Tenant tenant)Optional<TenantRoles>RoleService. createTenantRole(Tenant tenant)
-