Uses of Interface
api.equinix.javasdk.fabric.model.Pricing
Packages that use Pricing
Package
Description
Fabric domain client interfaces for the Equinix Java SDK.
-
Uses of Pricing in api.equinix.javasdk.fabric.client
Methods in api.equinix.javasdk.fabric.client that return types with arguments of type PricingModifier and TypeMethodDescriptionFabricConfig.getPricingClient()Prices.list(FilterPropertyList filter) Lists pricing information matching the specified filter criteria. -
Uses of Pricing in api.equinix.javasdk.fabric.client.implementation
Methods in api.equinix.javasdk.fabric.client.implementation that return types with arguments of type PricingConstructor parameters in api.equinix.javasdk.fabric.client.implementation with type arguments of type PricingModifierConstructorDescriptionPricesImpl(PricingClient<Pricing> serviceClient, Fabric serviceManager) -
Uses of Pricing in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type Pricing -
Uses of Pricing in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type PricingModifier and TypeMethodDescriptionPricingClientImpl.list(FilterPropertyList filter) PricingClientImpl.nextPage(PaginatedPostRequest<Pricing> equinixRequest) PricingClientImpl.nextPage(PaginatedRequest<Pricing> equinixRequest) Method parameters in api.equinix.javasdk.fabric.client.internal.implementation with type arguments of type PricingModifier and TypeMethodDescriptionPricingClientImpl.nextPage(PaginatedPostRequest<Pricing> equinixRequest) PricingClientImpl.nextPage(PaginatedRequest<Pricing> equinixRequest) -
Uses of Pricing in api.equinix.javasdk.fabric.model.wrappers
Classes in api.equinix.javasdk.fabric.model.wrappers that implement PricingConstructor parameters in api.equinix.javasdk.fabric.model.wrappers with type arguments of type PricingModifierConstructorDescriptionPricingWrapper(PricingJson pricingJson, Pageable<Pricing> serviceClient)