Uses of Class
software.amazon.awssdk.services.b2bi.model.CapabilityOptions
-
Packages that use CapabilityOptions Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of CapabilityOptions in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return CapabilityOptions Modifier and Type Method Description CapabilityOptionsCreatePartnershipRequest. capabilityOptions()Specify the structure that contains the details for the associated capabilities.CapabilityOptionsCreatePartnershipResponse. capabilityOptions()Returns the structure that contains the details for the associated capabilities.CapabilityOptionsGetPartnershipResponse. capabilityOptions()Returns the value of the CapabilityOptions property for this object.CapabilityOptionsPartnershipSummary. capabilityOptions()Returns the value of the CapabilityOptions property for this object.CapabilityOptionsUpdatePartnershipRequest. capabilityOptions()To update, specify the structure that contains the details for the associated capabilities.CapabilityOptionsUpdatePartnershipResponse. capabilityOptions()Returns the structure that contains the details for the associated capabilities.Methods in software.amazon.awssdk.services.b2bi.model with parameters of type CapabilityOptions Modifier and Type Method Description CreatePartnershipRequest.BuilderCreatePartnershipRequest.Builder. capabilityOptions(CapabilityOptions capabilityOptions)Specify the structure that contains the details for the associated capabilities.CreatePartnershipResponse.BuilderCreatePartnershipResponse.Builder. capabilityOptions(CapabilityOptions capabilityOptions)Returns the structure that contains the details for the associated capabilities.GetPartnershipResponse.BuilderGetPartnershipResponse.Builder. capabilityOptions(CapabilityOptions capabilityOptions)Sets the value of the CapabilityOptions property for this object.PartnershipSummary.BuilderPartnershipSummary.Builder. capabilityOptions(CapabilityOptions capabilityOptions)Sets the value of the CapabilityOptions property for this object.UpdatePartnershipRequest.BuilderUpdatePartnershipRequest.Builder. capabilityOptions(CapabilityOptions capabilityOptions)To update, specify the structure that contains the details for the associated capabilities.UpdatePartnershipResponse.BuilderUpdatePartnershipResponse.Builder. capabilityOptions(CapabilityOptions capabilityOptions)Returns the structure that contains the details for the associated capabilities.
-