Uses of Interface
software.amazon.awssdk.services.evidently.model.UpdateLaunchResponse.Builder
-
Packages that use UpdateLaunchResponse.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of UpdateLaunchResponse.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return UpdateLaunchResponse.Builder Modifier and Type Method Description static UpdateLaunchResponse.BuilderUpdateLaunchResponse. builder()default UpdateLaunchResponse.BuilderUpdateLaunchResponse.Builder. launch(Consumer<Launch.Builder> launch)A structure that contains the new configuration of the launch that was updated.UpdateLaunchResponse.BuilderUpdateLaunchResponse.Builder. launch(Launch launch)A structure that contains the new configuration of the launch that was updated.UpdateLaunchResponse.BuilderUpdateLaunchResponse. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type UpdateLaunchResponse.Builder Modifier and Type Method Description static Class<? extends UpdateLaunchResponse.Builder>UpdateLaunchResponse. serializableBuilderClass()
-