static ListLaunchesResponse.Builder |
ListLaunchesResponse.builder() |
|
ListLaunchesResponse.Builder |
ListLaunchesResponse.Builder.launches(Collection<Launch> launches) |
An array of structures that contain the configuration details of the launches in the specified project.
|
ListLaunchesResponse.Builder |
ListLaunchesResponse.Builder.launches(Consumer<Launch.Builder>... launches) |
An array of structures that contain the configuration details of the launches in the specified project.
|
ListLaunchesResponse.Builder |
ListLaunchesResponse.Builder.launches(Launch... launches) |
An array of structures that contain the configuration details of the launches in the specified project.
|
ListLaunchesResponse.Builder |
ListLaunchesResponse.Builder.nextToken(String nextToken) |
The token to use in a subsequent ListLaunches operation to return the next set of results.
|
ListLaunchesResponse.Builder |
ListLaunchesResponse.toBuilder() |
|