Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ReceiverResponsibility
-
Packages that use ReceiverResponsibility Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ReceiverResponsibility in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return ReceiverResponsibility Modifier and Type Method Description static ReceiverResponsibilityReceiverResponsibility. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ReceiverResponsibilityReceiverResponsibility. valueOf(String name)Returns the enum constant of this type with the specified name.static ReceiverResponsibility[]ReceiverResponsibility. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ReceiverResponsibility Modifier and Type Method Description static Set<ReceiverResponsibility>ReceiverResponsibility. knownValues()List<ReceiverResponsibility>OpportunityInvitationPayload. receiverResponsibilities()Outlines the responsibilities or expectations of the receiver in the context of the invitation.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type ReceiverResponsibility Modifier and Type Method Description OpportunityInvitationPayload.BuilderOpportunityInvitationPayload.Builder. receiverResponsibilities(ReceiverResponsibility... receiverResponsibilities)Outlines the responsibilities or expectations of the receiver in the context of the invitation.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type ReceiverResponsibility Modifier and Type Method Description OpportunityInvitationPayload.BuilderOpportunityInvitationPayload.Builder. receiverResponsibilities(Collection<ReceiverResponsibility> receiverResponsibilities)Outlines the responsibilities or expectations of the receiver in the context of the invitation.
-