Uses of Class
software.amazon.awssdk.services.evidently.model.Launch
-
Packages that use Launch Package Description software.amazon.awssdk.services.evidently.model software.amazon.awssdk.services.evidently.paginators -
-
Uses of Launch in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return Launch Modifier and Type Method Description LaunchCreateLaunchResponse. launch()A structure that contains the configuration of the launch that was created.LaunchGetLaunchResponse. launch()A structure containing the configuration details of the launch.LaunchStartLaunchResponse. launch()A structure that contains information about the launch that was started.LaunchUpdateLaunchResponse. launch()A structure that contains the new configuration of the launch that was updated.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type Launch Modifier and Type Method Description List<Launch>ListLaunchesResponse. launches()An array of structures that contain the configuration details of the launches in the specified project.Methods in software.amazon.awssdk.services.evidently.model with parameters of type Launch Modifier and Type Method Description CreateLaunchResponse.BuilderCreateLaunchResponse.Builder. launch(Launch launch)A structure that contains the configuration of the launch that was created.GetLaunchResponse.BuilderGetLaunchResponse.Builder. launch(Launch launch)A structure containing the configuration details of the launch.StartLaunchResponse.BuilderStartLaunchResponse.Builder. launch(Launch launch)A structure that contains information about the launch that was started.UpdateLaunchResponse.BuilderUpdateLaunchResponse.Builder. launch(Launch launch)A structure that contains the new configuration of the launch that was updated.ListLaunchesResponse.BuilderListLaunchesResponse.Builder. launches(Launch... launches)An array of structures that contain the configuration details of the launches in the specified project.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type Launch Modifier and Type Method Description ListLaunchesResponse.BuilderListLaunchesResponse.Builder. launches(Collection<Launch> launches)An array of structures that contain the configuration details of the launches in the specified project. -
Uses of Launch in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type Launch Modifier and Type Method Description SdkIterable<Launch>ListLaunchesIterable. launches()Returns an iterable to iterate through the paginatedListLaunchesResponse.launches()member.SdkPublisher<Launch>ListLaunchesPublisher. launches()Returns a publisher that can be used to get a stream of data.
-