Uses of Interface
api.equinix.javasdk.fabric.model.ServiceToken
Packages that use ServiceToken
Package
Description
Fabric domain client interfaces for the Equinix Java SDK.
-
Uses of ServiceToken in api.equinix.javasdk.fabric.client
Methods in api.equinix.javasdk.fabric.client that return ServiceTokenModifier and TypeMethodDescriptionRetrieves a single service token by its unique identifier.Methods in api.equinix.javasdk.fabric.client that return types with arguments of type ServiceTokenModifier and TypeMethodDescriptionFabricConfig.getServiceTokensClient()getServiceTokensClient.ServiceTokens.list()Lists all service tokens accessible to the current account. -
Uses of ServiceToken in api.equinix.javasdk.fabric.client.implementation
Methods in api.equinix.javasdk.fabric.client.implementation that return ServiceTokenModifier and TypeMethodDescriptionRetrieves a single service token by its unique identifier.Methods in api.equinix.javasdk.fabric.client.implementation that return types with arguments of type ServiceTokenConstructor parameters in api.equinix.javasdk.fabric.client.implementation with type arguments of type ServiceTokenModifierConstructorDescriptionServiceTokensImpl(ServiceTokenClient<ServiceToken> serviceClient, Fabric serviceManager) Constructor for ServiceTokensImpl. -
Uses of ServiceToken in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type ServiceToken -
Uses of ServiceToken in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type ServiceTokenModifier and TypeMethodDescriptionServiceTokenClientImpl.list()list.ServiceTokenClientImpl.nextPage(PaginatedRequest<ServiceToken> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.fabric.client.internal.implementation with type arguments of type ServiceTokenModifier and TypeMethodDescriptionServiceTokenClientImpl.nextPage(PaginatedRequest<ServiceToken> equinixRequest) nextPage. -
Uses of ServiceToken in api.equinix.javasdk.fabric.helpers
Methods in api.equinix.javasdk.fabric.helpers that return types with arguments of type ServiceTokenModifier and TypeMethodDescriptionstatic ArrayList<ServiceToken> ModelHelper.filterOutServiceTokensByState(List<ServiceToken> serviceTokens, ServiceTokenState serviceTokenState) filterOutServiceTokensByState.static ArrayList<ServiceToken> ModelHelper.filterServiceTokensByCreator(List<ServiceToken> serviceTokens, String createdBy) filterServiceTokensByCreator.Method parameters in api.equinix.javasdk.fabric.helpers with type arguments of type ServiceTokenModifier and TypeMethodDescriptionstatic ArrayList<ServiceToken> ModelHelper.filterOutServiceTokensByState(List<ServiceToken> serviceTokens, ServiceTokenState serviceTokenState) filterOutServiceTokensByState.static ArrayList<ServiceToken> ModelHelper.filterServiceTokensByCreator(List<ServiceToken> serviceTokens, String createdBy) filterServiceTokensByCreator. -
Uses of ServiceToken in api.equinix.javasdk.fabric.model.json.creators
Methods in api.equinix.javasdk.fabric.model.json.creators that return ServiceTokenMethods in api.equinix.javasdk.fabric.model.json.creators with parameters of type ServiceTokenModifier and TypeMethodDescriptionConnectionOperator.ConnectionBuilder.aSideServiceToken(ServiceToken serviceToken) ConnectionOperator.ConnectionBuilder.zSideServiceToken(ServiceToken serviceToken) Constructor parameters in api.equinix.javasdk.fabric.model.json.creators with type arguments of type ServiceTokenModifierConstructorDescriptionServiceTokenOperator(Pageable<ServiceToken> serviceClient) Constructor for ServiceTokenOperator. -
Uses of ServiceToken in api.equinix.javasdk.fabric.model.wrappers
Classes in api.equinix.javasdk.fabric.model.wrappers that implement ServiceTokenConstructor parameters in api.equinix.javasdk.fabric.model.wrappers with type arguments of type ServiceTokenModifierConstructorDescriptionServiceTokenWrapper(ServiceTokenJson serviceTokenJson, Pageable<ServiceToken> serviceClient) Constructor for ServiceTokenWrapper.