Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.AwsOpportunityRelatedEntities.Builder
-
Packages that use AwsOpportunityRelatedEntities.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of AwsOpportunityRelatedEntities.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return AwsOpportunityRelatedEntities.Builder Modifier and Type Method Description AwsOpportunityRelatedEntities.BuilderAwsOpportunityRelatedEntities.Builder. awsProducts(String... awsProducts)Specifies the AWS products associated with the opportunity.AwsOpportunityRelatedEntities.BuilderAwsOpportunityRelatedEntities.Builder. awsProducts(Collection<String> awsProducts)Specifies the AWS products associated with the opportunity.static AwsOpportunityRelatedEntities.BuilderAwsOpportunityRelatedEntities. builder()AwsOpportunityRelatedEntities.BuilderAwsOpportunityRelatedEntities.Builder. solutions(String... solutions)Specifies the partner solutions related to the opportunity.AwsOpportunityRelatedEntities.BuilderAwsOpportunityRelatedEntities.Builder. solutions(Collection<String> solutions)Specifies the partner solutions related to the opportunity.AwsOpportunityRelatedEntities.BuilderAwsOpportunityRelatedEntities. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type AwsOpportunityRelatedEntities.Builder Modifier and Type Method Description static Class<? extends AwsOpportunityRelatedEntities.Builder>AwsOpportunityRelatedEntities. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type AwsOpportunityRelatedEntities.Builder Modifier and Type Method Description default GetAwsOpportunitySummaryResponse.BuilderGetAwsOpportunitySummaryResponse.Builder. relatedEntityIds(Consumer<AwsOpportunityRelatedEntities.Builder> relatedEntityIds)Lists related entity identifiers, such as AWS products or partner solutions, associated with the AWS Opportunity.
-