Uses of Interface
api.equinix.javasdk.projects.model.Project
Packages that use Project
Package
Description
Projects client interfaces for the Equinix Java SDK.
-
Uses of Project in api.equinix.javasdk.projects.client
Methods in api.equinix.javasdk.projects.client that return ProjectModifier and TypeMethodDescriptionRetrieves a specific project by its unique identifier.Methods in api.equinix.javasdk.projects.client that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectsConfig.getProjectClient()ProjectList.list()Lists all projects for the current account. -
Uses of Project in api.equinix.javasdk.projects.client.implementation
Methods in api.equinix.javasdk.projects.client.implementation that return ProjectMethods in api.equinix.javasdk.projects.client.implementation that return types with arguments of type ProjectConstructor parameters in api.equinix.javasdk.projects.client.implementation with type arguments of type ProjectModifierConstructorDescriptionProjectListImpl(ProjectClient<Project> serviceClient, Projects serviceManager) -
Uses of Project in api.equinix.javasdk.projects.client.internal
Methods in api.equinix.javasdk.projects.client.internal that return types with arguments of type Project -
Uses of Project in api.equinix.javasdk.projects.client.internal.implementation
Methods in api.equinix.javasdk.projects.client.internal.implementation that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectClientImpl.list()ProjectClientImpl.nextPage(PaginatedRequest<Project> equinixRequest) Method parameters in api.equinix.javasdk.projects.client.internal.implementation with type arguments of type ProjectModifier and TypeMethodDescriptionProjectClientImpl.nextPage(PaginatedRequest<Project> equinixRequest) -
Uses of Project in api.equinix.javasdk.projects.model.json.creators
Methods in api.equinix.javasdk.projects.model.json.creators that return ProjectConstructor parameters in api.equinix.javasdk.projects.model.json.creators with type arguments of type Project -
Uses of Project in api.equinix.javasdk.projects.model.wrappers
Classes in api.equinix.javasdk.projects.model.wrappers that implement ProjectConstructor parameters in api.equinix.javasdk.projects.model.wrappers with type arguments of type ProjectModifierConstructorDescriptionProjectWrapper(ProjectJson projectJson, Pageable<Project> serviceClient)