Class UpdateProjectRequest

    • Method Detail

      • appConfigResource

        public final ProjectAppConfigResourceConfig appConfigResource()

        Use this parameter if the project will use client-side evaluation powered by AppConfig. Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. allows you to

        This parameter is a structure that contains information about the AppConfig application that will be used for client-side evaluation.

        Returns:
        Use this parameter if the project will use client-side evaluation powered by AppConfig. Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. allows you to

        This parameter is a structure that contains information about the AppConfig application that will be used for client-side evaluation.

      • description

        public final String description()

        An optional description of the project.

        Returns:
        An optional description of the project.
      • project

        public final String project()

        The name or ARN of the project to update.

        Returns:
        The name or ARN of the project to update.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object