Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.EngagementContextDetails
-
Packages that use EngagementContextDetails Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of EngagementContextDetails in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type EngagementContextDetails Modifier and Type Method Description List<EngagementContextDetails>CreateEngagementRequest. contexts()TheContextsfield is a required array of objects, with a maximum of 5 contexts allowed, specifying detailed information about customer projects associated with the Engagement.List<EngagementContextDetails>GetEngagementResponse. contexts()A list of context objects associated with the engagement.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type EngagementContextDetails Modifier and Type Method Description CreateEngagementRequest.BuilderCreateEngagementRequest.Builder. contexts(EngagementContextDetails... contexts)TheContextsfield is a required array of objects, with a maximum of 5 contexts allowed, specifying detailed information about customer projects associated with the Engagement.GetEngagementResponse.BuilderGetEngagementResponse.Builder. contexts(EngagementContextDetails... contexts)A list of context objects associated with the engagement.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type EngagementContextDetails Modifier and Type Method Description CreateEngagementRequest.BuilderCreateEngagementRequest.Builder. contexts(Collection<EngagementContextDetails> contexts)TheContextsfield is a required array of objects, with a maximum of 5 contexts allowed, specifying detailed information about customer projects associated with the Engagement.GetEngagementResponse.BuilderGetEngagementResponse.Builder. contexts(Collection<EngagementContextDetails> contexts)A list of context objects associated with the engagement.
-