Uses of Interface
api.equinix.javasdk.customerportal.model.Asset
Packages that use Asset
Package
Description
Customer Portal client interfaces for the Equinix Java SDK.
-
Uses of Asset in api.equinix.javasdk.customerportal.client
Methods in api.equinix.javasdk.customerportal.client that return AssetModifier and TypeMethodDescriptionRetrieves a specific asset by its unique identifier.Methods in api.equinix.javasdk.customerportal.client that return types with arguments of type AssetModifier and TypeMethodDescriptionCustomerPortalConfig.getAssetClient()Assets.list()Lists all assets for the current account. -
Uses of Asset in api.equinix.javasdk.customerportal.client.implementation
Methods in api.equinix.javasdk.customerportal.client.implementation that return AssetMethods in api.equinix.javasdk.customerportal.client.implementation that return types with arguments of type AssetConstructor parameters in api.equinix.javasdk.customerportal.client.implementation with type arguments of type AssetModifierConstructorDescriptionAssetsImpl(AssetClient<Asset> serviceClient, CustomerPortal serviceManager) -
Uses of Asset in api.equinix.javasdk.customerportal.client.internal
Methods in api.equinix.javasdk.customerportal.client.internal that return types with arguments of type Asset -
Uses of Asset in api.equinix.javasdk.customerportal.client.internal.implementation
Methods in api.equinix.javasdk.customerportal.client.internal.implementation that return types with arguments of type AssetModifier and TypeMethodDescriptionAssetClientImpl.list()AssetClientImpl.nextPage(PaginatedRequest<Asset> equinixRequest) Method parameters in api.equinix.javasdk.customerportal.client.internal.implementation with type arguments of type AssetModifier and TypeMethodDescriptionAssetClientImpl.nextPage(PaginatedRequest<Asset> equinixRequest) -
Uses of Asset in api.equinix.javasdk.customerportal.model.json
Classes in api.equinix.javasdk.customerportal.model.json that implement Asset