Uses of Class
org.jclouds.openstack.keystone.catalog.ServiceEndpoint.Builder
-
Packages that use ServiceEndpoint.Builder Package Description org.jclouds.openstack.keystone.catalog -
-
Uses of ServiceEndpoint.Builder in org.jclouds.openstack.keystone.catalog
Methods in org.jclouds.openstack.keystone.catalog that return ServiceEndpoint.Builder Modifier and Type Method Description static ServiceEndpoint.Builder
ServiceEndpoint. builder()
abstract ServiceEndpoint.Builder
ServiceEndpoint.Builder. id(String id)
ServiceEndpoint.Builder
ServiceEndpoint.Builder. iface(String iface)
abstract ServiceEndpoint.Builder
ServiceEndpoint.Builder. iface(ServiceEndpoint.Interface iface)
abstract ServiceEndpoint.Builder
ServiceEndpoint.Builder. regionId(String regionId)
abstract ServiceEndpoint.Builder
ServiceEndpoint.Builder. type(String type)
abstract ServiceEndpoint.Builder
ServiceEndpoint.Builder. url(URI url)
abstract ServiceEndpoint.Builder
ServiceEndpoint.Builder. version(String version)
-