Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.CreateOpportunityResponse.Builder
-
Packages that use CreateOpportunityResponse.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of CreateOpportunityResponse.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return CreateOpportunityResponse.Builder Modifier and Type Method Description static CreateOpportunityResponse.BuilderCreateOpportunityResponse. builder()CreateOpportunityResponse.BuilderCreateOpportunityResponse.Builder. id(String id)Read-only, system-generatedOpportunityunique identifier.CreateOpportunityResponse.BuilderCreateOpportunityResponse.Builder. lastModifiedDate(Instant lastModifiedDate)DateTimewhen the opportunity was last modified.CreateOpportunityResponse.BuilderCreateOpportunityResponse.Builder. partnerOpportunityIdentifier(String partnerOpportunityIdentifier)Specifies the opportunity's unique identifier in the partner's CRM system.CreateOpportunityResponse.BuilderCreateOpportunityResponse. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type CreateOpportunityResponse.Builder Modifier and Type Method Description static Class<? extends CreateOpportunityResponse.Builder>CreateOpportunityResponse. serializableBuilderClass()
-