Java com.amazonaws.services.codebuild.model ListProjectsResult fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.codebuild.model ListProjectsResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.codebuild.model ListProjectsResult.

The text is from its open source code.

Method

StringgetNextToken()

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken.

java.util.ListgetProjects()

The list of build project names, with each build project name representing a single build project.