Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.RelatedEntityIdentifiers
-
Packages that use RelatedEntityIdentifiers Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of RelatedEntityIdentifiers in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return RelatedEntityIdentifiers Modifier and Type Method Description RelatedEntityIdentifiersGetOpportunityResponse. relatedEntityIdentifiers()Provides information about the associations of other entities with the opportunity.RelatedEntityIdentifiersOpportunitySummaryView. relatedEntityIdentifiers()Returns the value of the RelatedEntityIdentifiers property for this object.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type RelatedEntityIdentifiers Modifier and Type Method Description GetOpportunityResponse.BuilderGetOpportunityResponse.Builder. relatedEntityIdentifiers(RelatedEntityIdentifiers relatedEntityIdentifiers)Provides information about the associations of other entities with the opportunity.OpportunitySummaryView.BuilderOpportunitySummaryView.Builder. relatedEntityIdentifiers(RelatedEntityIdentifiers relatedEntityIdentifiers)Sets the value of the RelatedEntityIdentifiers property for this object.
-