| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model | |
| software.amazon.awssdk.services.evidently.paginators |
| Modifier and Type | Method and Description |
|---|---|
Launch |
UpdateLaunchResponse.launch()
A structure that contains the new configuration of the launch that was updated.
|
Launch |
StartLaunchResponse.launch()
A structure that contains information about the launch that was started.
|
Launch |
CreateLaunchResponse.launch()
A structure that contains the configuration of the launch that was created.
|
Launch |
GetLaunchResponse.launch()
A structure containing the configuration details of the launch.
|
| Modifier and Type | Method and Description |
|---|---|
List<Launch> |
ListLaunchesResponse.launches()
An array of structures that contain the configuration details of the launches in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchResponse.Builder |
UpdateLaunchResponse.Builder.launch(Launch launch)
A structure that contains the new configuration of the launch that was updated.
|
StartLaunchResponse.Builder |
StartLaunchResponse.Builder.launch(Launch launch)
A structure that contains information about the launch that was started.
|
CreateLaunchResponse.Builder |
CreateLaunchResponse.Builder.launch(Launch launch)
A structure that contains the configuration of the launch that was created.
|
GetLaunchResponse.Builder |
GetLaunchResponse.Builder.launch(Launch launch)
A structure containing the configuration details of the launch.
|
ListLaunchesResponse.Builder |
ListLaunchesResponse.Builder.launches(Launch... launches)
An array of structures that contain the configuration details of the launches in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
ListLaunchesResponse.Builder |
ListLaunchesResponse.Builder.launches(Collection<Launch> launches)
An array of structures that contain the configuration details of the launches in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Launch> |
ListLaunchesPublisher.launches()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Launch> |
ListLaunchesIterable.launches()
Returns an iterable to iterate through the paginated
ListLaunchesResponse.launches() member. |
Copyright © 2023. All rights reserved.