Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.StartEngagementFromOpportunityTaskRequest.Builder
-
Packages that use StartEngagementFromOpportunityTaskRequest.Builder Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of StartEngagementFromOpportunityTaskRequest.Builder in software.amazon.awssdk.services.partnercentralselling
Method parameters in software.amazon.awssdk.services.partnercentralselling with type arguments of type StartEngagementFromOpportunityTaskRequest.Builder Modifier and Type Method Description default CompletableFuture<StartEngagementFromOpportunityTaskResponse>PartnerCentralSellingAsyncClient. startEngagementFromOpportunityTask(Consumer<StartEngagementFromOpportunityTaskRequest.Builder> startEngagementFromOpportunityTaskRequest)This action initiates the engagement process from an existing opportunity by accepting the engagement invitation and creating a corresponding opportunity in the partner’s system.default StartEngagementFromOpportunityTaskResponsePartnerCentralSellingClient. startEngagementFromOpportunityTask(Consumer<StartEngagementFromOpportunityTaskRequest.Builder> startEngagementFromOpportunityTaskRequest)This action initiates the engagement process from an existing opportunity by accepting the engagement invitation and creating a corresponding opportunity in the partner’s system. -
Uses of StartEngagementFromOpportunityTaskRequest.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return StartEngagementFromOpportunityTaskRequest.Builder Modifier and Type Method Description default StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. awsSubmission(Consumer<AwsSubmission.Builder> awsSubmission)Sets the value of the AwsSubmission property for this object.StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. awsSubmission(AwsSubmission awsSubmission)Sets the value of the AwsSubmission property for this object.static StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest. builder()StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. catalog(String catalog)Specifies the catalog in which the engagement is tracked.StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. clientToken(String clientToken)A unique token provided by the client to help ensure the idempotency of the request.StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. identifier(String identifier)The unique identifier of the opportunity from which the engagement task is to be initiated.StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. tags(Collection<Tag> tags)A list of objects specifying each tag name and value.StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of objects specifying each tag name and value.StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. tags(Tag... tags)A list of objects specifying each tag name and value.StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type StartEngagementFromOpportunityTaskRequest.Builder Modifier and Type Method Description static Class<? extends StartEngagementFromOpportunityTaskRequest.Builder>StartEngagementFromOpportunityTaskRequest. serializableBuilderClass()
-