Uses of Interface
api.equinix.javasdk.networkedge.model.Account
Packages that use Account
Package
Description
Network Edge client interfaces for the Equinix Java SDK.
-
Uses of Account in api.equinix.javasdk.networkedge.client
Methods in api.equinix.javasdk.networkedge.client that return types with arguments of type AccountModifier and TypeMethodDescriptionNetworkEdgeConfig.getAccountsClient()getAccountsClient.Setup.listAccounts(MetroCode metroCode) Lists available Accounts in the provided metro.Setup.listAllAccounts()Lists available Accounts in all available metros. -
Uses of Account in api.equinix.javasdk.networkedge.client.implementation
Methods in api.equinix.javasdk.networkedge.client.implementation that return types with arguments of type AccountModifier and TypeMethodDescriptionSetupImpl.listAccounts(MetroCode metroCode) Lists available Accounts in the provided metro.SetupImpl.listAllAccounts()listAllAccounts.Constructor parameters in api.equinix.javasdk.networkedge.client.implementation with type arguments of type AccountModifierConstructorDescriptionSetupImpl(AccountClient<Account> serviceClientAccounts, MetroClient<Metro> serviceClientMetros, DNSClient<DNSLookup> serviceClientDNS, AgreementClient serviceClientAgreements, PricingClient serviceClientPricing, NetworkEdge serviceManager) Constructor for SetupImpl. -
Uses of Account in api.equinix.javasdk.networkedge.client.internal.implementation
Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return types with arguments of type AccountModifier and TypeMethodDescriptionAccountClientImpl.nextPage(PaginatedRequest<Account> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.networkedge.client.internal.implementation with type arguments of type AccountModifier and TypeMethodDescriptionAccountClientImpl.nextPage(PaginatedRequest<Account> equinixRequest) nextPage. -
Uses of Account in api.equinix.javasdk.networkedge.model.wrappers
Classes in api.equinix.javasdk.networkedge.model.wrappers that implement AccountConstructor parameters in api.equinix.javasdk.networkedge.model.wrappers with type arguments of type AccountModifierConstructorDescriptionAccountWrapper(AccountJson accountJson, Pageable<Account> serviceClient) Constructor for AccountWrapper.