Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AnalyticsEngine
-
Packages that use AnalyticsEngine Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AnalyticsEngine in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AnalyticsEngine Modifier and Type Method Description AnalyticsEngineCollaboration. analyticsEngine()The analytics engine for the collaboration.AnalyticsEngineCollaborationSummary. analyticsEngine()The analytics engine.AnalyticsEngineCreateCollaborationRequest. analyticsEngine()The analytics engine.static AnalyticsEngineAnalyticsEngine. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AnalyticsEngineAnalyticsEngine. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyticsEngine[]AnalyticsEngine. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type AnalyticsEngine Modifier and Type Method Description static Set<AnalyticsEngine>AnalyticsEngine. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AnalyticsEngine Modifier and Type Method Description Collaboration.BuilderCollaboration.Builder. analyticsEngine(AnalyticsEngine analyticsEngine)The analytics engine for the collaboration.CollaborationSummary.BuilderCollaborationSummary.Builder. analyticsEngine(AnalyticsEngine analyticsEngine)The analytics engine.CreateCollaborationRequest.BuilderCreateCollaborationRequest.Builder. analyticsEngine(AnalyticsEngine analyticsEngine)The analytics engine.
-