Uses of Interface
software.amazon.awssdk.services.evidently.model.GetLaunchRequest.Builder
-
Packages that use GetLaunchRequest.Builder Package Description software.amazon.awssdk.services.evidently You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of your users while you roll out the feature.software.amazon.awssdk.services.evidently.model -
-
Uses of GetLaunchRequest.Builder in software.amazon.awssdk.services.evidently
Method parameters in software.amazon.awssdk.services.evidently with type arguments of type GetLaunchRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLaunchResponse>EvidentlyAsyncClient. getLaunch(Consumer<GetLaunchRequest.Builder> getLaunchRequest)Returns the details about one launch.default GetLaunchResponseEvidentlyClient. getLaunch(Consumer<GetLaunchRequest.Builder> getLaunchRequest)Returns the details about one launch. -
Uses of GetLaunchRequest.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return GetLaunchRequest.Builder Modifier and Type Method Description static GetLaunchRequest.BuilderGetLaunchRequest. builder()GetLaunchRequest.BuilderGetLaunchRequest.Builder. launch(String launch)The name of the launch that you want to see the details of.GetLaunchRequest.BuilderGetLaunchRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLaunchRequest.BuilderGetLaunchRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLaunchRequest.BuilderGetLaunchRequest.Builder. project(String project)The name or ARN of the project that contains the launch.GetLaunchRequest.BuilderGetLaunchRequest. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type GetLaunchRequest.Builder Modifier and Type Method Description static Class<? extends GetLaunchRequest.Builder>GetLaunchRequest. serializableBuilderClass()
-