Uses of Class
org.openstack4j.api.types.ServiceType
-
-
Uses of ServiceType in org.openstack4j.api
Methods in org.openstack4j.api that return types with arguments of type ServiceType Modifier and Type Method Description Set<ServiceType>OSClient. getSupportedServices()Gets the supported services.Methods in org.openstack4j.api with parameters of type ServiceType Modifier and Type Method Description StringEndpointTokenProvider. getEndpoint(ServiceType service)Gets the endpoint for the specified ServiceType -
Uses of ServiceType in org.openstack4j.api.types
Methods in org.openstack4j.api.types that return ServiceType Modifier and Type Method Description static ServiceTypeServiceType. forName(String name)static ServiceTypeServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceType[]ServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceType in org.openstack4j.core.transport
Methods in org.openstack4j.core.transport with parameters of type ServiceType Modifier and Type Method Description HttpRequest.RequestBuilder<R>HttpRequest.RequestBuilder. serviceType(ServiceType service)The endpoint Service Type -
Uses of ServiceType in org.openstack4j.model.common.resolvers
Methods in org.openstack4j.model.common.resolvers with parameters of type ServiceType Modifier and Type Method Description Access.ServiceLatestServiceVersionResolver. resolveV2(ServiceType type, SortedSet<? extends Access.Service> services)Access.ServiceServiceVersionResolver. resolveV2(ServiceType type, SortedSet<? extends Access.Service> services)Resolves to a single identity v2 service for the givenServiceTypeand set of associatedservices.Access.ServiceStableServiceVersionResolver. resolveV2(ServiceType type, SortedSet<? extends Access.Service> services)ServiceLatestServiceVersionResolver. resolveV3(ServiceType type, SortedSet<? extends Service> services)ServiceServiceVersionResolver. resolveV3(ServiceType type, SortedSet<? extends Service> services)Resolves to a single identity v3 service for the givenServiceTypeand set of associatedservices.ServiceStableServiceVersionResolver. resolveV3(ServiceType type, SortedSet<? extends Service> services) -
Uses of ServiceType in org.openstack4j.model.identity
Fields in org.openstack4j.model.identity declared as ServiceType Modifier and Type Field Description ServiceTypeURLResolverParams. typeMethods in org.openstack4j.model.identity with parameters of type ServiceType Modifier and Type Method Description static URLResolverParamsURLResolverParams. create(Access access, ServiceType type)static URLResolverParamsURLResolverParams. create(Token token, ServiceType type) -
Uses of ServiceType in org.openstack4j.model.identity.v2
Methods in org.openstack4j.model.identity.v2 that return ServiceType Modifier and Type Method Description ServiceTypeAccess.Service. getServiceType() -
Uses of ServiceType in org.openstack4j.openstack.identity.v2.domain
Methods in org.openstack4j.openstack.identity.v2.domain that return ServiceType Modifier and Type Method Description ServiceTypeKeystoneAccess.AccessService. getServiceType() -
Uses of ServiceType in org.openstack4j.openstack.identity.v2.functions
Methods in org.openstack4j.openstack.identity.v2.functions that return ServiceType Modifier and Type Method Description ServiceTypeServiceToServiceType. apply(Access.Service input) -
Uses of ServiceType in org.openstack4j.openstack.identity.v3.functions
Methods in org.openstack4j.openstack.identity.v3.functions that return ServiceType Modifier and Type Method Description ServiceTypeServiceToServiceType. apply(Service input) -
Uses of ServiceType in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return types with arguments of type ServiceType Modifier and Type Method Description Set<ServiceType>OSClientSession. getSupportedServices()Set<ServiceType>OSClientSession.OSClientSessionV2. getSupportedServices()Set<ServiceType>OSClientSession.OSClientSessionV3. getSupportedServices()Gets the supported services.Methods in org.openstack4j.openstack.internal with parameters of type ServiceType Modifier and Type Method Description StringOSClientSession.OSClientSessionV2. getEndpoint(ServiceType service)Gets the endpoint for the specified ServiceTypeStringOSClientSession.OSClientSessionV3. getEndpoint(ServiceType service)Gets the endpoint for the specified ServiceTypeBaseOpenStackService.Invocation<R>BaseOpenStackService.Invocation. serviceType(ServiceType serviceType)Constructors in org.openstack4j.openstack.internal with parameters of type ServiceType Constructor Description BaseOpenStackService(ServiceType serviceType)BaseOpenStackService(ServiceType serviceType, Function<String,String> endpointFunc)Invocation(HttpRequest.RequestBuilder<R> req, ServiceType serviceType, Function<String,String> endpointFunc)MicroVersionedOpenStackService(ServiceType serviceType, MicroVersion microVersion)MicroVersionedOpenStackService(ServiceType serviceType, MicroVersion microVersion, Function<String,String> endpointFunc)
-