Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.AssignOpportunityRequest.Builder
-
Packages that use AssignOpportunityRequest.Builder Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of AssignOpportunityRequest.Builder in software.amazon.awssdk.services.partnercentralselling
Method parameters in software.amazon.awssdk.services.partnercentralselling with type arguments of type AssignOpportunityRequest.Builder Modifier and Type Method Description default CompletableFuture<AssignOpportunityResponse>PartnerCentralSellingAsyncClient. assignOpportunity(Consumer<AssignOpportunityRequest.Builder> assignOpportunityRequest)Enables you to reassign an existingOpportunityto another user within your Partner Central account.default AssignOpportunityResponsePartnerCentralSellingClient. assignOpportunity(Consumer<AssignOpportunityRequest.Builder> assignOpportunityRequest)Enables you to reassign an existingOpportunityto another user within your Partner Central account. -
Uses of AssignOpportunityRequest.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return AssignOpportunityRequest.Builder Modifier and Type Method Description default AssignOpportunityRequest.BuilderAssignOpportunityRequest.Builder. assignee(Consumer<AssigneeContact.Builder> assignee)Specifies the user or team member responsible for managing the assigned opportunity.AssignOpportunityRequest.BuilderAssignOpportunityRequest.Builder. assignee(AssigneeContact assignee)Specifies the user or team member responsible for managing the assigned opportunity.static AssignOpportunityRequest.BuilderAssignOpportunityRequest. builder()AssignOpportunityRequest.BuilderAssignOpportunityRequest.Builder. catalog(String catalog)Specifies the catalog associated with the request.AssignOpportunityRequest.BuilderAssignOpportunityRequest.Builder. identifier(String identifier)Requires theOpportunity's unique identifier when you want to assign it to another user.AssignOpportunityRequest.BuilderAssignOpportunityRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssignOpportunityRequest.BuilderAssignOpportunityRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssignOpportunityRequest.BuilderAssignOpportunityRequest. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type AssignOpportunityRequest.Builder Modifier and Type Method Description static Class<? extends AssignOpportunityRequest.Builder>AssignOpportunityRequest. serializableBuilderClass()
-