Uses of Interface
org.openstack4j.model.identity.v3.Endpoint
-
Packages that use Endpoint Package Description org.openstack4j.api.identity.v3 org.openstack4j.model.identity.v3 org.openstack4j.openstack.identity.v3.domain org.openstack4j.openstack.identity.v3.internal -
-
Uses of Endpoint in org.openstack4j.api.identity.v3
Methods in org.openstack4j.api.identity.v3 that return Endpoint Modifier and Type Method Description EndpointServiceEndpointService. createEndpoint(String name, URL url, Facing iface, String regionId, String serviceId, boolean enabled)Creates a new endpointEndpointServiceEndpointService. createEndpoint(Endpoint endpoint)Creates a new endpointEndpointServiceEndpointService. getEndpoint(String endpointId)Get details for an endpointEndpointServiceEndpointService. updateEndpoint(Endpoint endpoint)Updates a endpointMethods in org.openstack4j.api.identity.v3 that return types with arguments of type Endpoint Modifier and Type Method Description List<? extends Endpoint>ServiceEndpointService. listEndpoints()Lists available endpointsMethods in org.openstack4j.api.identity.v3 with parameters of type Endpoint Modifier and Type Method Description EndpointServiceEndpointService. createEndpoint(Endpoint endpoint)Creates a new endpointEndpointServiceEndpointService. updateEndpoint(Endpoint endpoint)Updates a endpoint -
Uses of Endpoint in org.openstack4j.model.identity.v3
Methods in org.openstack4j.model.identity.v3 that return types with arguments of type Endpoint Modifier and Type Method Description List<? extends Endpoint>Service. getEndpoints() -
Uses of Endpoint in org.openstack4j.openstack.identity.v3.domain
Classes in org.openstack4j.openstack.identity.v3.domain that implement Endpoint Modifier and Type Class Description classKeystoneEndpointKeystone V3 endpoint model classMethods in org.openstack4j.openstack.identity.v3.domain that return Endpoint Modifier and Type Method Description EndpointKeystoneEndpoint.EndpointConcreteBuilder. build()Creates and return the Model Entity MMethods in org.openstack4j.openstack.identity.v3.domain that return types with arguments of type Endpoint Modifier and Type Method Description List<? extends Endpoint>KeystoneService. getEndpoints()Methods in org.openstack4j.openstack.identity.v3.domain with parameters of type Endpoint Modifier and Type Method Description EndpointBuilderKeystoneEndpoint.EndpointConcreteBuilder. from(Endpoint in)Creates a Builder using the param M as the default values -
Uses of Endpoint in org.openstack4j.openstack.identity.v3.internal
Methods in org.openstack4j.openstack.identity.v3.internal that return Endpoint Modifier and Type Method Description EndpointServiceEndpointServiceImpl. createEndpoint(String name, URL url, Facing iface, String regionId, String serviceId, boolean enabled)EndpointServiceEndpointServiceImpl. createEndpoint(Endpoint endpoint)EndpointServiceEndpointServiceImpl. getEndpoint(String endpointId)EndpointServiceEndpointServiceImpl. updateEndpoint(Endpoint endpoint)Methods in org.openstack4j.openstack.identity.v3.internal that return types with arguments of type Endpoint Modifier and Type Method Description List<? extends Endpoint>ServiceEndpointServiceImpl. listEndpoints()Methods in org.openstack4j.openstack.identity.v3.internal with parameters of type Endpoint Modifier and Type Method Description EndpointServiceEndpointServiceImpl. createEndpoint(Endpoint endpoint)EndpointServiceEndpointServiceImpl. updateEndpoint(Endpoint endpoint)
-