Uses of Interface
api.equinix.javasdk.networkedge.model.PublicKey
Packages that use PublicKey
Package
Description
Network Edge client interfaces for the Equinix Java SDK.
-
Uses of PublicKey in api.equinix.javasdk.networkedge.client
Methods in api.equinix.javasdk.networkedge.client that return PublicKeyModifier and TypeMethodDescriptionGets the specified Public Key.Methods in api.equinix.javasdk.networkedge.client that return types with arguments of type PublicKeyModifier and TypeMethodDescriptionNetworkEdgeConfig.getPublicKeysClient()getPublicKeysClient.PublicKeys.list()Lists available Public Keys.Lists available Public Keys for the provided accountUcmId. -
Uses of PublicKey in api.equinix.javasdk.networkedge.client.implementation
Methods in api.equinix.javasdk.networkedge.client.implementation that return PublicKeyModifier and TypeMethodDescriptionGets the specified Public Key.Methods in api.equinix.javasdk.networkedge.client.implementation that return types with arguments of type PublicKeyModifier and TypeMethodDescriptionPublicKeysImpl.list()list.Lists available Public Keys for the provided accountUcmId.Constructor parameters in api.equinix.javasdk.networkedge.client.implementation with type arguments of type PublicKeyModifierConstructorDescriptionPublicKeysImpl(PublicKeyClient<PublicKey> serviceClient, NetworkEdge serviceManager) Constructor for PublicKeysImpl. -
Uses of PublicKey in api.equinix.javasdk.networkedge.client.internal.implementation
Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return types with arguments of type PublicKeyModifier and TypeMethodDescriptionPublicKeyClientImpl.nextPage(PaginatedRequest<PublicKey> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.networkedge.client.internal.implementation with type arguments of type PublicKeyModifier and TypeMethodDescriptionPublicKeyClientImpl.nextPage(PaginatedRequest<PublicKey> equinixRequest) nextPage. -
Uses of PublicKey in api.equinix.javasdk.networkedge.model.json.creators
Methods in api.equinix.javasdk.networkedge.model.json.creators that return PublicKeyConstructor parameters in api.equinix.javasdk.networkedge.model.json.creators with type arguments of type PublicKeyModifierConstructorDescriptionPublicKeyOperator(Pageable<PublicKey> serviceClient) Constructor for PublicKeyOperator. -
Uses of PublicKey in api.equinix.javasdk.networkedge.model.wrappers
Classes in api.equinix.javasdk.networkedge.model.wrappers that implement PublicKeyConstructor parameters in api.equinix.javasdk.networkedge.model.wrappers with type arguments of type PublicKeyModifierConstructorDescriptionPublicKeyWrapper(PublicKeyJson publicKeyJson, Pageable<PublicKey> serviceClient) Constructor for PublicKeyWrapper.