Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AnalyticsConfigurationType.Builder
Packages that use AnalyticsConfigurationType.Builder
-
Uses of AnalyticsConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AnalyticsConfigurationType.BuilderModifier and TypeMethodDescriptionAnalyticsConfigurationType.Builder.applicationArn(String applicationArn) The Amazon Resource Name (ARN) of an Amazon Pinpoint project that you want to connect to your user pool app client.AnalyticsConfigurationType.Builder.applicationId(String applicationId) Your Amazon Pinpoint project ID.AnalyticsConfigurationType.builder()AnalyticsConfigurationType.Builder.externalId(String externalId) The external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.The ARN of an Identity and Access Management role that has the permissions required for Amazon Cognito to publish events to Amazon Pinpoint analytics.AnalyticsConfigurationType.toBuilder()AnalyticsConfigurationType.Builder.userDataShared(Boolean userDataShared) IfUserDataSharedistrue, Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AnalyticsConfigurationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnalyticsConfigurationType.Builder>AnalyticsConfigurationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AnalyticsConfigurationType.BuilderModifier and TypeMethodDescriptionCreateUserPoolClientRequest.Builder.analyticsConfiguration(Consumer<AnalyticsConfigurationType.Builder> analyticsConfiguration) The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.UpdateUserPoolClientRequest.Builder.analyticsConfiguration(Consumer<AnalyticsConfigurationType.Builder> analyticsConfiguration) The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.default UserPoolClientType.BuilderUserPoolClientType.Builder.analyticsConfiguration(Consumer<AnalyticsConfigurationType.Builder> analyticsConfiguration) The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.