Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.CreateEngagementInvitationRequest.Builder
-
Packages that use CreateEngagementInvitationRequest.Builder Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of CreateEngagementInvitationRequest.Builder in software.amazon.awssdk.services.partnercentralselling
Method parameters in software.amazon.awssdk.services.partnercentralselling with type arguments of type CreateEngagementInvitationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateEngagementInvitationResponse>PartnerCentralSellingAsyncClient. createEngagementInvitation(Consumer<CreateEngagementInvitationRequest.Builder> createEngagementInvitationRequest)This action creates an invitation from a sender to a single receiver to join an engagement.default CreateEngagementInvitationResponsePartnerCentralSellingClient. createEngagementInvitation(Consumer<CreateEngagementInvitationRequest.Builder> createEngagementInvitationRequest)This action creates an invitation from a sender to a single receiver to join an engagement. -
Uses of CreateEngagementInvitationRequest.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return CreateEngagementInvitationRequest.Builder Modifier and Type Method Description static CreateEngagementInvitationRequest.BuilderCreateEngagementInvitationRequest. builder()CreateEngagementInvitationRequest.BuilderCreateEngagementInvitationRequest.Builder. catalog(String catalog)Specifies the catalog related to the engagement.CreateEngagementInvitationRequest.BuilderCreateEngagementInvitationRequest.Builder. clientToken(String clientToken)Specifies a unique, client-generated UUID to ensure that the request is handled exactly once.CreateEngagementInvitationRequest.BuilderCreateEngagementInvitationRequest.Builder. engagementIdentifier(String engagementIdentifier)The unique identifier of theEngagementassociated with the invitation.default CreateEngagementInvitationRequest.BuilderCreateEngagementInvitationRequest.Builder. invitation(Consumer<Invitation.Builder> invitation)TheInvitationobject all information necessary to initiate an engagement invitation to a partner.CreateEngagementInvitationRequest.BuilderCreateEngagementInvitationRequest.Builder. invitation(Invitation invitation)TheInvitationobject all information necessary to initiate an engagement invitation to a partner.CreateEngagementInvitationRequest.BuilderCreateEngagementInvitationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEngagementInvitationRequest.BuilderCreateEngagementInvitationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEngagementInvitationRequest.BuilderCreateEngagementInvitationRequest. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type CreateEngagementInvitationRequest.Builder Modifier and Type Method Description static Class<? extends CreateEngagementInvitationRequest.Builder>CreateEngagementInvitationRequest. serializableBuilderClass()
-