Uses of Class
software.amazon.awssdk.services.pinpoint.model.ActivityResponse
-
Packages that use ActivityResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ActivityResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ActivityResponse Modifier and Type Method Description List<ActivityResponse>ActivitiesResponse. item()An array of responses, one for each activity that was performed by the campaign.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type ActivityResponse Modifier and Type Method Description ActivitiesResponse.BuilderActivitiesResponse.Builder. item(ActivityResponse... item)An array of responses, one for each activity that was performed by the campaign.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ActivityResponse Modifier and Type Method Description ActivitiesResponse.BuilderActivitiesResponse.Builder. item(Collection<ActivityResponse> item)An array of responses, one for each activity that was performed by the campaign.
-