Uses of Interface
software.amazon.awssdk.services.evidently.model.GetFeatureRequest.Builder
-
Packages that use GetFeatureRequest.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 GetFeatureRequest.Builder in software.amazon.awssdk.services.evidently
Method parameters in software.amazon.awssdk.services.evidently with type arguments of type GetFeatureRequest.Builder Modifier and Type Method Description default CompletableFuture<GetFeatureResponse>EvidentlyAsyncClient. getFeature(Consumer<GetFeatureRequest.Builder> getFeatureRequest)Returns the details about one feature.default GetFeatureResponseEvidentlyClient. getFeature(Consumer<GetFeatureRequest.Builder> getFeatureRequest)Returns the details about one feature. -
Uses of GetFeatureRequest.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return GetFeatureRequest.Builder Modifier and Type Method Description static GetFeatureRequest.BuilderGetFeatureRequest. builder()GetFeatureRequest.BuilderGetFeatureRequest.Builder. feature(String feature)The name of the feature that you want to retrieve information for.GetFeatureRequest.BuilderGetFeatureRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFeatureRequest.BuilderGetFeatureRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFeatureRequest.BuilderGetFeatureRequest.Builder. project(String project)The name or ARN of the project that contains the feature.GetFeatureRequest.BuilderGetFeatureRequest. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type GetFeatureRequest.Builder Modifier and Type Method Description static Class<? extends GetFeatureRequest.Builder>GetFeatureRequest. serializableBuilderClass()
-