Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.DeliveryModel
-
Packages that use DeliveryModel Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of DeliveryModel in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return DeliveryModel Modifier and Type Method Description static DeliveryModelDeliveryModel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeliveryModelDeliveryModel. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryModel[]DeliveryModel. 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 DeliveryModel Modifier and Type Method Description List<DeliveryModel>Project. deliveryModels()Specifies the deployment or consumption model for your solution or service in theOpportunity's context.List<DeliveryModel>ProjectSummary. deliveryModels()Specifies your solution or service's deployment or consumption model in theOpportunity's context.List<DeliveryModel>ProjectView. deliveryModels()Describes the deployment or consumption model for the partner solution or offering.static Set<DeliveryModel>DeliveryModel. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type DeliveryModel Modifier and Type Method Description Project.BuilderProject.Builder. deliveryModels(DeliveryModel... deliveryModels)Specifies the deployment or consumption model for your solution or service in theOpportunity's context.ProjectSummary.BuilderProjectSummary.Builder. deliveryModels(DeliveryModel... deliveryModels)Specifies your solution or service's deployment or consumption model in theOpportunity's context.ProjectView.BuilderProjectView.Builder. deliveryModels(DeliveryModel... deliveryModels)Describes the deployment or consumption model for the partner solution or offering.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type DeliveryModel Modifier and Type Method Description Project.BuilderProject.Builder. deliveryModels(Collection<DeliveryModel> deliveryModels)Specifies the deployment or consumption model for your solution or service in theOpportunity's context.ProjectSummary.BuilderProjectSummary.Builder. deliveryModels(Collection<DeliveryModel> deliveryModels)Specifies your solution or service's deployment or consumption model in theOpportunity's context.ProjectView.BuilderProjectView.Builder. deliveryModels(Collection<DeliveryModel> deliveryModels)Describes the deployment or consumption model for the partner solution or offering.
-