Class ProjectListImpl
java.lang.Object
api.equinix.javasdk.projects.client.implementation.ProjectListImpl
- All Implemented Interfaces:
ProjectList
-
Constructor Summary
ConstructorsConstructorDescriptionProjectListImpl(ProjectClient<Project> serviceClient, Projects serviceManager) -
Method Summary
-
Constructor Details
-
ProjectListImpl
-
-
Method Details
-
list
Description copied from interface:ProjectListLists all projects for the current account.- Specified by:
listin interfaceProjectList- Returns:
- a paginated list of projects
-
getByUuid
Description copied from interface:ProjectListRetrieves a specific project by its unique identifier.- Specified by:
getByUuidin interfaceProjectList- Parameters:
uuid- the unique identifier of the project- Returns:
- the project
-
define
Description copied from interface:ProjectListReturns a builder for defining and creating a new project.- Specified by:
definein interfaceProjectList- Returns:
- a project builder
-