- addAttribute(String, String) - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsEvent
-
- addAttributesEntry(String, String) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Attributes property for this object.
- addGlobalAttribute(String, String) - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.EventClient
-
Adds the specified attribute to all subsequently created events Note: The
maximum allowed attributes and metrics on a single event is 40.
- addGlobalAttribute(String, String, String) - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.EventClient
-
Adds the specified attribute to all subsequently created events with the
specified event type Note: The maximum allowed attributes and metrics on
a single event is 40.
- addGlobalMetric(String, Double) - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.EventClient
-
Adds the specified metric to all subsequently created events Note: The
maximum allowed attributes and metrics on a single event is 40.
- addGlobalMetric(String, String, Double) - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.EventClient
-
Adds the specified metric to all subsequently created events with the
specified event type Note: The maximum allowed attributes and metrics on
a single event is 40.
- addMetric(String, Double) - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsEvent
-
- addMetricsEntry(String, Double) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Metrics property for this object.
- AmazonMobileAnalytics - Interface in com.amazonaws.services.mobileanalytics
-
Interface for accessing AmazonMobileAnalytics.
- AmazonMobileAnalyticsClient - Class in com.amazonaws.services.mobileanalytics
-
Client for accessing AmazonMobileAnalytics.
- AmazonMobileAnalyticsClient() - Constructor for class com.amazonaws.services.mobileanalytics.AmazonMobileAnalyticsClient
-
Deprecated.
- AmazonMobileAnalyticsClient(ClientConfiguration) - Constructor for class com.amazonaws.services.mobileanalytics.AmazonMobileAnalyticsClient
-
Deprecated.
- AmazonMobileAnalyticsClient(AWSCredentials) - Constructor for class com.amazonaws.services.mobileanalytics.AmazonMobileAnalyticsClient
-
Constructs a new client to invoke service methods on
AmazonMobileAnalytics using the specified AWS account credentials.
- AmazonMobileAnalyticsClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.mobileanalytics.AmazonMobileAnalyticsClient
-
Constructs a new client to invoke service methods on
AmazonMobileAnalytics using the specified AWS account credentials
and client configuration options.
- AmazonMobileAnalyticsClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.mobileanalytics.AmazonMobileAnalyticsClient
-
Constructs a new client to invoke service methods on
AmazonMobileAnalytics using the specified AWS account credentials provider.
- AmazonMobileAnalyticsClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.mobileanalytics.AmazonMobileAnalyticsClient
-
Constructs a new client to invoke service methods on
AmazonMobileAnalytics using the specified AWS account credentials
provider and client configuration options.
- AmazonMobileAnalyticsClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.mobileanalytics.AmazonMobileAnalyticsClient
-
Deprecated.
- AmazonMobileAnalyticsClient(AWSCredentialsProvider, ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.services.mobileanalytics.AmazonMobileAnalyticsClient
-
Constructs a new client to invoke service methods on
AmazonMobileAnalytics using the specified AWS account credentials
provider, client configuration options and request metric collector.
- AmazonMonetizationEventBuilder - Class in com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization
-
Builds monetization events representing an Amazon purchase.
- AmazonMonetizationEventBuilder(EventClient) - Constructor for class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.AmazonMonetizationEventBuilder
-
Construct a AmazonMonetizationEventBuilder with the specified EventClient
- AnalyticsCallback<T> - Class in com.amazonaws.mobileconnectors.amazonmobileanalytics
-
The
AnalyticsCallback
is an abstract class which allows you create
subclasses that will handle the completion of certain tasks.
- AnalyticsCallback() - Constructor for class com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsCallback
-
- AnalyticsConfig - Class in com.amazonaws.mobileconnectors.amazonmobileanalytics
-
The AnalyticsConfig class allows developers to configure out Amazon Mobile
Analytics behaves.
- AnalyticsConfig() - Constructor for class com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsConfig
-
- AnalyticsConfig(ClientConfiguration) - Constructor for class com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsConfig
-
Creates an
AnalyticsConfig
object with the specified client
configuration configuration
- AnalyticsEvent - Interface in com.amazonaws.mobileconnectors.amazonmobileanalytics
-
Represents the any useful action you wish to record within your application
- clearAttributesEntries() - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Removes all the entries added into Attributes.
- clearMetricsEntries() - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Removes all the entries added into Metrics.
- com.amazonaws.mobileconnectors.amazonmobileanalytics - package com.amazonaws.mobileconnectors.amazonmobileanalytics
-
Primary classes for interacting with the AmazonMobileAnalytics connector for easily creating and recording app analytics
- com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization - package com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization
-
AmazonMobileAnalytics helper classes for recording monetization and purchasing events
- com.amazonaws.services.mobileanalytics - package com.amazonaws.services.mobileanalytics
-
Synchronous and asynchronous client classes for accessing AmazonMobileAnalytics.
- com.amazonaws.services.mobileanalytics.model - package com.amazonaws.services.mobileanalytics.model
-
Classes modeling the various types represented by AmazonMobileAnalytics.
- create(EventClient) - Static method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.AmazonMonetizationEventBuilder
-
Create a AmazonMonetizationEventBuilder with the specified Event client
- create(EventClient) - Static method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.CustomMonetizationEventBuilder
-
Create a CustomMonetizationEventBuilder with the specified Event client
- create(EventClient) - Static method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.GooglePlayMonetizationEventBuilder
-
Create a GooglePlayMonetizationEventBuilder with the specified Event
client
- create(EventClient) - Static method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.VirtualMonetizationEventBuilder
-
Create a VirtualMonetizationEventBuilder with the specified Event client
- createEvent(String) - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.EventClient
-
Create an event with the specified eventType.
- CustomMonetizationEventBuilder - Class in com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization
-
Builds monetization events representing a purchase from an IAP framework not
defined by a specific builder.
- CustomMonetizationEventBuilder(EventClient) - Constructor for class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.CustomMonetizationEventBuilder
-
Construct a CustomMonetizationEventBuilder with the specified EventClient
- getAllAttributes() - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsEvent
-
- getAllMetrics() - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsEvent
-
- getAllowEventCollection() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsConfig
-
Indicates whether or not event collection is enabled for the SDK.
- getAllowWANDelivery() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsConfig
-
Indicates whether or not events will be sent to the Amazon Mobile
Analytics website over WAN (mobile) networks.
- getAttribute(String) - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsEvent
-
Returns the value of the attribute with the specified name.
- getAttributes() - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Returns the value of the Attributes property for this object.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.mobileanalytics.AmazonMobileAnalytics
-
Returns additional metadata for a previously executed successful request, typically used for
debugging issues where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.mobileanalytics.AmazonMobileAnalyticsClient
-
- getClientConfiguration() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsConfig
-
Gets the client configuration this client will use when making requests.
- getClientContext() - Method in class com.amazonaws.services.mobileanalytics.model.PutEventsRequest
-
Returns the value of the ClientContext property for this object.
- getClientContextEncoding() - Method in class com.amazonaws.services.mobileanalytics.model.PutEventsRequest
-
Returns the value of the ClientContextEncoding property for this
object.
- getCurrency() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Accessor for the currency
- getDuration() - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Returns the value of the Duration property for this object.
- getEventClient() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.MobileAnalyticsManager
-
The
EventClient
is the primary class used to create, store, and
submit events from your application.
- getEvents() - Method in class com.amazonaws.services.mobileanalytics.model.PutEventsRequest
-
Returns the value of the Events property for this object.
- getEventType() - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsEvent
-
- getEventType() - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Returns the value of the EventType property for this object.
- getFormattedItemPrice() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Accessor for the formatted item price
- getId() - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Returns the value of the Id property for this object.
- getInstance(String) - Static method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.MobileAnalyticsManager
-
- getItemPrice() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Accessor for the item price
- getMetric(String) - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsEvent
-
Returns the value of the metric with the specified name.
- getMetrics() - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Returns the value of the Metrics property for this object.
- getOrCreateInstance(Context, String, String) - Static method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.MobileAnalyticsManager
-
- getOrCreateInstance(Context, String, Regions, AWSCredentialsProvider) - Static method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.MobileAnalyticsManager
-
- getOrCreateInstance(Context, String, Regions, AWSCredentialsProvider, AnalyticsConfig) - Static method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.MobileAnalyticsManager
-
- getOrCreateInstance(Context, String, Regions, AWSCredentialsProvider, AnalyticsCallback<MobileAnalyticsManager>) - Static method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.MobileAnalyticsManager
-
- getOrCreateInstance(Context, String, Regions, AWSCredentialsProvider, AnalyticsConfig, AnalyticsCallback<MobileAnalyticsManager>) - Static method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.MobileAnalyticsManager
-
- getProductId() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Accessor for the product identifier
- getQuantity() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Accessor for the quantity
- getSession() - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Returns the value of the Session property for this object.
- getSessionClient() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.MobileAnalyticsManager
-
The
SessionClient
is the primary class used to pause and resume
sessions, so that you can gain useful data about how your users are
interacting with your application.
- getStartTimestamp() - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Returns the value of the StartTimestamp property for this object.
- getStopTimestamp() - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Returns the value of the StopTimestamp property for this object.
- getStore() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Accessor for the store
- getTimestamp() - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Returns the value of the Timestamp property for this object.
- getTransactionId() - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Accessor for the transaction identifier
- getVersion() - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Returns the value of the Version property for this object.
- GooglePlayMonetizationEventBuilder - Class in com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization
-
Builds monetization events representing a Google Play purchase.
- GooglePlayMonetizationEventBuilder(EventClient) - Constructor for class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.GooglePlayMonetizationEventBuilder
-
Construct a GooglePlayMonetizationEventBuilder with the specified
EventClient
- Session - Class in com.amazonaws.services.mobileanalytics.model
-
Session
- Session() - Constructor for class com.amazonaws.services.mobileanalytics.model.Session
-
- SessionClient - Interface in com.amazonaws.mobileconnectors.amazonmobileanalytics
-
SessionClient is the entry point into the Amazon Mobile Analytics SDK where
sessions can be paused or resumed.
- setAttributes(Map<String, String>) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Attributes property for this object.
- setClientContext(String) - Method in class com.amazonaws.services.mobileanalytics.model.PutEventsRequest
-
Sets the value of the ClientContext property for this object.
- setClientContextEncoding(String) - Method in class com.amazonaws.services.mobileanalytics.model.PutEventsRequest
-
Sets the value of the ClientContextEncoding property for this object.
- setCurrency(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Sets the item price currency to use when building the monetization event
- setDuration(Long) - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Sets the value of the Duration property for this object.
- setEndpoint(String) - Method in interface com.amazonaws.services.mobileanalytics.AmazonMobileAnalytics
-
Overrides the default endpoint for this client ("https://mobileanalytics.us-east-1.amazonaws.com").
- setEndpoint(String) - Method in class com.amazonaws.services.mobileanalytics.AmazonMobileAnalyticsClient
-
- setEndpoint(String, String, String) - Method in class com.amazonaws.services.mobileanalytics.AmazonMobileAnalyticsClient
-
- setEvents(Collection<Event>) - Method in class com.amazonaws.services.mobileanalytics.model.PutEventsRequest
-
Sets the value of the Events property for this object.
- setEventType(String) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the EventType property for this object.
- setFormattedItemPrice(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Sets the formatted item price (in its local currency) to use when
building the monetization event
- setId(String) - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Sets the value of the Id property for this object.
- setItemPrice(Double) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Sets the numerical item price to use when building the monetization event
- setMetrics(Map<String, Double>) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Metrics property for this object.
- setProductId(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Sets the product id to use when building the monetization event
- setQuantity(Double) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Sets the quantity that will be used to build the monetization event
- setRegion(Region) - Method in interface com.amazonaws.services.mobileanalytics.AmazonMobileAnalytics
-
- setSession(Session) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Session property for this object.
- setStartTimestamp(String) - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Sets the value of the StartTimestamp property for this object.
- setStopTimestamp(String) - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Sets the value of the StopTimestamp property for this object.
- setStore(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Sets the name of the Store where this purchase was made.
- setTimestamp(String) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Timestamp property for this object.
- setTransactionId(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.MonetizationEventBuilder
-
Sets the transaction id to use when building the monetization event
- setVersion(String) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Version property for this object.
- shutdown() - Method in interface com.amazonaws.services.mobileanalytics.AmazonMobileAnalytics
-
Shuts down this client object, releasing any resources that might be held
open.
- submitEvents() - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.EventClient
-
Submit all recorded events.
- withAllowsEventCollection(boolean) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsConfig
-
Sets whether or not event collection is enabled for the SDK.
- withAllowsWANDelivery(boolean) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsConfig
-
Sets whether or not events will be sent to the Amazon Mobile Analytics
website over WAN (mobile) networks.
- withAttribute(String, String) - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsEvent
-
- withAttributes(Map<String, String>) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Attributes property for this object.
- withClientConfiguration(ClientConfiguration) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsConfig
-
Sets the client configuration this client will use when making request
- withClientContext(String) - Method in class com.amazonaws.services.mobileanalytics.model.PutEventsRequest
-
Sets the value of the ClientContext property for this object.
- withClientContextEncoding(String) - Method in class com.amazonaws.services.mobileanalytics.model.PutEventsRequest
-
Sets the value of the ClientContextEncoding property for this object.
- withCurrency(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.CustomMonetizationEventBuilder
-
Sets the currency of the item being purchased (Required if formatted
localized price is not specified)
- withCurrency(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.VirtualMonetizationEventBuilder
-
Sets the currency of the item being purchased.
- withDuration(Long) - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Sets the value of the Duration property for this object.
- withEvents(Event...) - Method in class com.amazonaws.services.mobileanalytics.model.PutEventsRequest
-
Sets the value of the Events property for this object.
- withEvents(Collection<Event>) - Method in class com.amazonaws.services.mobileanalytics.model.PutEventsRequest
-
Sets the value of the Events property for this object.
- withEventType(String) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the EventType property for this object.
- withFormattedItemPrice(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.AmazonMonetizationEventBuilder
-
Sets the formatted localized price of the item being purchased (accessed
from the getPrice() method of the Item class).
- withFormattedItemPrice(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.CustomMonetizationEventBuilder
-
Sets the formatted localized price of the item being purchased (Required
if numerical price and currency are not specified)
- withFormattedItemPrice(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.GooglePlayMonetizationEventBuilder
-
Sets the formatted localized item price of the item being purchased
(accessed from the product item details price field after calling
getSkuDetails()).
- withId(String) - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Sets the value of the Id property for this object.
- withItemPrice(double) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.CustomMonetizationEventBuilder
-
Sets the numerical price of the item being purchased (Required if
formatted localized price is not specified)
- withItemPrice(double) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.VirtualMonetizationEventBuilder
-
Sets the numerical price of the item being purchased
- withMetric(String, Double) - Method in interface com.amazonaws.mobileconnectors.amazonmobileanalytics.AnalyticsEvent
-
- withMetrics(Map<String, Double>) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Metrics property for this object.
- withProductId(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.AmazonMonetizationEventBuilder
-
Sets the product identifier field of the item being purchased
- withProductId(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.CustomMonetizationEventBuilder
-
Sets the product identifier field of the item being purchased (Required)
- withProductId(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.GooglePlayMonetizationEventBuilder
-
Sets the product identifier field of the item being purchased.
- withProductId(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.VirtualMonetizationEventBuilder
-
Sets the product identifier field of the item being purchased.
- withQuantity(Double) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.AmazonMonetizationEventBuilder
-
Sets the quantity of the item being purchased.
- withQuantity(Double) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.CustomMonetizationEventBuilder
-
Sets the quantity of the item being purchased (Required)
- withQuantity(Double) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.GooglePlayMonetizationEventBuilder
-
Sets the quantity of the item purchased.
- withQuantity(Double) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.VirtualMonetizationEventBuilder
-
Sets the quantity of the item being purchased.
- withSession(Session) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Session property for this object.
- withStartTimestamp(String) - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Sets the value of the StartTimestamp property for this object.
- withStopTimestamp(String) - Method in class com.amazonaws.services.mobileanalytics.model.Session
-
Sets the value of the StopTimestamp property for this object.
- withStore(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.CustomMonetizationEventBuilder
-
Sets the store in which the transaction is taking place (Required)
- withTimestamp(String) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Timestamp property for this object.
- withTransactionId(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.CustomMonetizationEventBuilder
-
The transaction identifier of the purchase (Optional)
- withTransactionId(String) - Method in class com.amazonaws.mobileconnectors.amazonmobileanalytics.monetization.GooglePlayMonetizationEventBuilder
-
The transaction identifier of the purchase.
- withVersion(String) - Method in class com.amazonaws.services.mobileanalytics.model.Event
-
Sets the value of the Version property for this object.