Uses of Class
org.jclouds.openstack.keystone.auth.domain.TenantOrDomainAndCredentials.Builder
- 
Packages that use TenantOrDomainAndCredentials.Builder Package Description org.jclouds.openstack.keystone.auth.domain  - 
- 
Uses of TenantOrDomainAndCredentials.Builder in org.jclouds.openstack.keystone.auth.domain
Methods in org.jclouds.openstack.keystone.auth.domain that return TenantOrDomainAndCredentials.Builder Modifier and Type Method Description static <T> TenantOrDomainAndCredentials.Builder<T>TenantOrDomainAndCredentials. builder()abstract TenantOrDomainAndCredentials.Builder<T>TenantOrDomainAndCredentials.Builder. credentials(T credentials)abstract TenantOrDomainAndCredentials.Builder<T>TenantOrDomainAndCredentials.Builder. projectDomainId(String projectDomainId)abstract TenantOrDomainAndCredentials.Builder<T>TenantOrDomainAndCredentials.Builder. projectDomainName(String projectDomainName)abstract TenantOrDomainAndCredentials.Builder<T>TenantOrDomainAndCredentials.Builder. scope(String scope)abstract TenantOrDomainAndCredentials.Builder<T>TenantOrDomainAndCredentials.Builder. tenantOrDomainId(String tenantId)abstract TenantOrDomainAndCredentials.Builder<T>TenantOrDomainAndCredentials.Builder. tenantOrDomainName(String tenantName) 
 -