Uses of Interface
api.equinix.javasdk.networkedge.model.DeviceLink
Packages that use DeviceLink
Package
Description
Network Edge client interfaces for the Equinix Java SDK.
-
Uses of DeviceLink in api.equinix.javasdk.networkedge.client
Methods in api.equinix.javasdk.networkedge.client that return DeviceLinkModifier and TypeMethodDescriptionGets the specified Device Link.Methods in api.equinix.javasdk.networkedge.client that return types with arguments of type DeviceLinkModifier and TypeMethodDescriptionNetworkEdgeConfig.getDeviceLinksClient()getDeviceLinksClient.DeviceLinks.list()Lists available Device Links.DeviceLinks.list(RequestBuilder.DeviceLink requestBuilder) Lists Device Links based on the parameters provided. -
Uses of DeviceLink in api.equinix.javasdk.networkedge.client.implementation
Methods in api.equinix.javasdk.networkedge.client.implementation that return DeviceLinkModifier and TypeMethodDescriptionGets the specified Device Link.Methods in api.equinix.javasdk.networkedge.client.implementation that return types with arguments of type DeviceLinkModifier and TypeMethodDescriptionDeviceLinksImpl.list()list.DeviceLinksImpl.list(RequestBuilder.DeviceLink requestBuilder) Lists Device Links based on the parameters provided.Constructor parameters in api.equinix.javasdk.networkedge.client.implementation with type arguments of type DeviceLinkModifierConstructorDescriptionDeviceLinksImpl(DeviceLinkClient<DeviceLink> serviceClient, NetworkEdge serviceManager) Constructor for DeviceLinksImpl. -
Uses of DeviceLink in api.equinix.javasdk.networkedge.client.internal
Methods in api.equinix.javasdk.networkedge.client.internal that return types with arguments of type DeviceLinkModifier and TypeMethodDescriptionDeviceLinkClient.list(RequestBuilder.DeviceLink requestBuilder) list. -
Uses of DeviceLink in api.equinix.javasdk.networkedge.client.internal.implementation
Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return types with arguments of type DeviceLinkModifier and TypeMethodDescriptionDeviceLinkClientImpl.list(RequestBuilder.DeviceLink requestBuilder) list.DeviceLinkClientImpl.nextPage(PaginatedRequest<DeviceLink> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.networkedge.client.internal.implementation with type arguments of type DeviceLinkModifier and TypeMethodDescriptionDeviceLinkClientImpl.nextPage(PaginatedRequest<DeviceLink> equinixRequest) nextPage. -
Uses of DeviceLink in api.equinix.javasdk.networkedge.model.json.creators
Methods in api.equinix.javasdk.networkedge.model.json.creators that return DeviceLinkModifier and TypeMethodDescriptionDeviceLinkOperator.DeviceLinkBuilder.save()DeviceLinkOperator.DeviceLinkUpdater.save()Constructor parameters in api.equinix.javasdk.networkedge.model.json.creators with type arguments of type DeviceLinkModifierConstructorDescriptionDeviceLinkOperator(Pageable<DeviceLink> serviceClient) Constructor for DeviceLinkOperator. -
Uses of DeviceLink in api.equinix.javasdk.networkedge.model.wrappers
Classes in api.equinix.javasdk.networkedge.model.wrappers that implement DeviceLinkConstructor parameters in api.equinix.javasdk.networkedge.model.wrappers with type arguments of type DeviceLinkModifierConstructorDescriptionDeviceLinkWrapper(DeviceLinkJson deviceLinkJson, Pageable<DeviceLink> serviceClient) Constructor for DeviceLinkWrapper.